Skip to content

Commit

Permalink
Update Cargo.toml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Oct 2, 2023
1 parent 7343d61 commit 8a06c40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-c"
version = "0.10.0-rc"
version = "0.10.0-rc.1"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -75,7 +75,7 @@ maintainer = "[email protected]"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=0.7.0~dev)"
depends = "libzenohc (=0.10.0~rc)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ libc = "0.2.139"
log = "0.4.17"
rand = "0.8.5"
spin = "0.9.5"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory", "unstable" ] }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory" ] }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh = { version = "0.10.0-rc", features = [ "shared-memory", "unstable" ] }
zenoh-protocol = { version = "0.10.0-rc", features = [ "shared-memory" ] }
zenoh-util = { version = "0.10.0-rc" }

[build-dependencies]
cbindgen = "0.24.3"
Expand All @@ -75,7 +75,7 @@ maintainer = "[email protected]"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=0.7.0~dev)"
depends = "libzenohc (=0.10.0~rc)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down

0 comments on commit 8a06c40

Please sign in to comment.