Skip to content

Commit

Permalink
chore: Bump version to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Aug 30, 2024
1 parent 79b4468 commit 84c8626
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
18 changes: 6 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-c"
version = "1.0.0-dev"
version = "0.0.0"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
homepage = "http://zenoh.io"
authors = [
Expand All @@ -32,11 +32,7 @@ build = "build.rs"

[features]
logger-autoinit = []
shared-memory = [
"zenoh/shared-memory",
"dep:zenoh-ext",
"zenoh-ext/shared-memory",
]
shared-memory = ["zenoh/shared-memory", "dep:zenoh-ext", "zenoh-ext/shared-memory"]
unstable = ["zenoh/unstable", "zenoh-ext/unstable", "dep:zenoh-ext"]
default = ["zenoh/default"]

Expand All @@ -56,12 +52,10 @@ rand = "0.8.5"
spin = "0.9.5"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false, features = [
"internal",
] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", optional = true }
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" , optional = true }
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
flume = "*"

[build-dependencies]
Expand Down Expand Up @@ -92,7 +86,7 @@ maintainer = "[email protected]"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=1.0.0~dev-1)"
depends = "libzenohc (=0.0.0)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ maintainer = "[email protected]"
copyright = "2017, 2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "libzenohc (=1.0.0~dev-1)"
depends = "libzenohc (=0.0.0)"
assets = [["include/*", "usr/include/", "755"]]

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.0
0.0.0

0 comments on commit 84c8626

Please sign in to comment.