diff --git a/Cargo.toml b/Cargo.toml index 92a473b..2ea1e28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] edition = "2018" name = "iceoryx-rs" -version = "0.0.13" +version = "0.1.0" authors = ["elBoberido "] description = "Safe Rust bindings for Eclipse iceoryx - true zero-copy inter-process communication" readme = "README.md" @@ -24,7 +24,7 @@ repository = "https://github.com/eclipse-iceoryx/iceoryx-rs" name = "iceoryx_rs" [dependencies] -ffi = { package = "iceoryx-sys", version = "0.0.13", path = "./iceoryx-sys" } +ffi = { package = "iceoryx-sys", version = "0.1.0", path = "./iceoryx-sys" } thiserror = "1.0" [dev-dependencies] diff --git a/iceoryx-sys/Cargo.toml b/iceoryx-sys/Cargo.toml index 7fa8f9f..036dd81 100644 --- a/iceoryx-sys/Cargo.toml +++ b/iceoryx-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "iceoryx-sys" -version = "0.0.13" +version = "0.1.0" authors = ["elBoberido "] build = "build.rs" description = "Low level bindings for Eclipse iceoryx"