Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Jul 29, 2020
1 parent 36d8de8 commit cea4825
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
13 changes: 9 additions & 4 deletions ndk-glue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
[package]
name = "ndk-glue"
version = "0.1.0"
version = "0.1.1"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
description = "Startup code for android binaries"
license = "MIT OR Apache-2.0"
keywords = ["android", "ndk"]
readme = "README.md"
documentation = "https://docs.rs/ndk-glue"
homepage = "https://github.com/rust-windowing/android-ndk-rs"
repository = "https://github.com/rust-windowing/android-ndk-rs"

[dependencies]
android_log-sys = "0.1.2"
ndk = { path = "../ndk", version = "0.1" }
ndk-sys = { path = "../ndk-sys", version = "0.1" }
ndk-macro = { path = "../ndk-macro", version = "0.1" }
ndk = { path = "../ndk", version = "0.1.1" }
ndk-sys = { path = "../ndk-sys", version = "0.1.1" }
ndk-macro = { path = "../ndk-macro", version = "0.1.0" }
lazy_static = "1.4.0"
libc = "0.2.66"
log = "0.4.8"
Expand Down
5 changes: 5 additions & 0 deletions ndk-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ authors = ["K. <kayo@illumium.org>"]
edition = "2018"
description = "Helper macros for android ndk"
license = "MIT OR Apache-2.0"
keywords = ["android", "ndk"]
readme = "README.md"
documentation = "https://docs.rs/ndk-macro"
homepage = "https://github.com/rust-windowing/android-ndk-rs"
repository = "https://github.com/rust-windowing/android-ndk-rs"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion ndk-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndk-sys"
version = "0.1.0"
version = "0.1.1"
authors = ["Mark Barbone <mark.l.barbone@gmail.com>"]
edition = "2018"
description = "FFI bindings for the Android NDK"
Expand Down
4 changes: 2 additions & 2 deletions ndk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndk"
version = "0.1.0"
version = "0.1.1"
authors = ["Mark Barbone <mark.l.barbone@gmail.com>"]
edition = "2018"
description = "Safe Rust bindings to the Android NDK"
Expand Down Expand Up @@ -43,4 +43,4 @@ optional = true
[dependencies.ffi]
package = "ndk-sys"
path = "../ndk-sys"
version = "0.1"
version = "0.1.1"

0 comments on commit cea4825

Please sign in to comment.