Skip to content

Commit 5fc6ea4

Browse files
committed
iox-#4 Bump version to 0.1.0
1 parent 606e4c1 commit 5fc6ea4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
[package]
77
edition = "2018"
88
name = "iceoryx-rs"
9-
version = "0.0.13"
9+
version = "0.1.0"
1010
authors = ["elBoberido <[email protected]>"]
1111
description = "Safe Rust bindings for Eclipse iceoryx - true zero-copy inter-process communication"
1212
readme = "README.md"
@@ -24,7 +24,7 @@ repository = "https://github.com/eclipse-iceoryx/iceoryx-rs"
2424
name = "iceoryx_rs"
2525

2626
[dependencies]
27-
ffi = { package = "iceoryx-sys", version = "0.0.13", path = "./iceoryx-sys" }
27+
ffi = { package = "iceoryx-sys", version = "0.1.0", path = "./iceoryx-sys" }
2828
thiserror = "1.0"
2929

3030
[dev-dependencies]

iceoryx-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "iceoryx-sys"
4-
version = "0.0.13"
4+
version = "0.1.0"
55
authors = ["elBoberido <[email protected]>"]
66
build = "build.rs"
77
description = "Low level bindings for Eclipse iceoryx"

0 commit comments

Comments
 (0)