Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Undo accidental commit of removing analog plugin from workspace
  • Loading branch information
simon-wh committed May 13, 2021
1 parent d6d6c91 commit dc3dbcd
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 429 deletions.
801 changes: 382 additions & 419 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-01-30
nightly-2021-04-30
2 changes: 1 addition & 1 deletion wooting-analog-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-common"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-plugin
4 changes: 2 additions & 2 deletions wooting-analog-plugin-dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-plugin-dev"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -16,7 +16,7 @@ documentation = "https://docs.rs/wooting-analog-plugin-dev"
#use this for local development
wooting-analog-common = { path = "../wooting-analog-common"}
#Use this when publishing
# wooting-analog-common = "0.5.0"
# wooting-analog-common = "0.6.0"
ffi-support = "0.4"


Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-sdk-updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-sdk-updater"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-sdk"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-test-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-test-plugin"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-virtual-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-virtual-control"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wooting-analog-wrapper"
version = "0.5.0"
version = "0.6.0"
authors = ["simon-wh <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit dc3dbcd

Please sign in to comment.