Skip to content

Commit

Permalink
Cargo.toml: Bump bugsalot to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Dec 20, 2019
1 parent 1c442fe commit 5f0fbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jni-android-sys-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/MaulingMonkey/jni-bindgen"
license = "MIT OR Apache-2.0"

[dependencies]
bugsalot = { version = "0.1.4" }
bugsalot = { version = "0.2.0" }
jni-glue = { version = "=0.0.9", path = "../jni-glue" }
jni-bindgen = { version = "=0.0.9", path = "../jni-bindgen" }
clap = { version = "2.33.0", features = ["yaml"] }
2 changes: 1 addition & 1 deletion jni-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE-MIT", "/LICENSE-APACHE"]

[dependencies]
bitflags = "1.1.0"
bugsalot = "0.1.4"
bugsalot = "0.2.0"
lazy_static = "1.3.0"
toml = "0.5.1"
serde = "1.0.98"
Expand Down

0 comments on commit 5f0fbe4

Please sign in to comment.