Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Apr 16, 2023
1 parent 734dfea commit c74d484
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
log = "0.4.6"
log-panics = "2.0"
android_logger = { version = "0.11.1", default-features = false }
android_logger = { version = "0.13.1", default-features = false }
jni-sys = "0.3.0"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions android-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ crate-type = ["cdylib"]
[dependencies]
log = "0.4.6"
log-panics = "2.0"
android_logger = { version = "0.11.1", default-features = false }
android_logger = { version = "0.13.1", default-features = false }

[build-dependencies]
flapigen = { path = "../macroslib" }
bindgen = { version = "0.60.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
bindgen = { version = "0.65.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
walkdir = "2.3.2"
cc = "1.0.67"
2 changes: 1 addition & 1 deletion jni_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ env_logger = "0.10.0"
env_logger = "0.10.0"
log = "0.4.6"
flapigen = { path = "../macroslib" }
bindgen = { version = "0.60.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
bindgen = { version = "0.65.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
4 changes: 2 additions & 2 deletions macroslib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flapigen"
version = "0.6.0-pre13"
version = "0.6.0"
authors = ["Evgeniy A. Dushistov <dushistov@mail.ru>"]
description = "Tool for connecting libraries written in Rust with other languages"
license = "BSD-3-Clause"
Expand All @@ -20,7 +20,7 @@ bitflags = "1.0.4"
lazy_static = "1.0.2"
smallvec = "1.1.0"
rustc-hash = "1.0.1"
smol_str = "0.1.15"
smol_str = "0.2.0"
strum = { version = "0.24.0", default-features = false, features = ["derive"] }
heck = { version = "0.4.0", default-features = false }
which = { version = "4.2.4", default-features = false }
Expand Down

0 comments on commit c74d484

Please sign in to comment.