Skip to content

Commit

Permalink
Update Cargo.lock & some versioning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Aug 5, 2020
1 parent d28454b commit 0eecd10
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 29 deletions.
44 changes: 17 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ rpath = true

[workspace]

# Use this to be able to generate updated Cargo.lock for `wooting-analog-plugin` because otherwise it will act as a workspace member and use the shared Cargo.lock
# exclude = [
# "wooting-analog-plugin"
# ]

members = [
"wooting-analog-common",
"wooting-analog-wrapper",
Expand Down
2 changes: 1 addition & 1 deletion wooting-analog-plugin
Submodule wooting-analog-plugin updated 2 files
+34 −102 Cargo.lock
+2 −2 Cargo.toml
2 changes: 1 addition & 1 deletion wooting-analog-plugin-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0"
# wooting-analog-common = "0.5.0"
ffi-support = "0.4"


Expand Down

0 comments on commit 0eecd10

Please sign in to comment.