Skip to content

Commit

Permalink
iox-#4 Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 30, 2022
1 parent 606e4c1 commit 5fc6ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
[package]
edition = "2018"
name = "iceoryx-rs"
version = "0.0.13"
version = "0.1.0"
authors = ["elBoberido <k.hias@gmx.de>"]
description = "Safe Rust bindings for Eclipse iceoryx - true zero-copy inter-process communication"
readme = "README.md"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion iceoryx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "iceoryx-sys"
version = "0.0.13"
version = "0.1.0"
authors = ["elBoberido <k.hias@gmx.de>"]
build = "build.rs"
description = "Low level bindings for Eclipse iceoryx"
Expand Down

0 comments on commit 5fc6ea4

Please sign in to comment.