Skip to content

Commit

Permalink
chore: Merge release/1.1.1 into main (#294)
Browse files Browse the repository at this point in the history
chore: Merge release/1.1.1 into main
  • Loading branch information
eclipse-zenoh-bot authored Jan 17, 2025
2 parents d360074 + cb8e6f4 commit 4c4cb3b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 62 deletions.
137 changes: 82 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-backend-rocksdb"
version = "1.0.0-dev"
version = "1.1.1"
repository = "https://github.com/eclipse-zenoh/zenoh-backend-rocksdb"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -46,14 +46,14 @@ serde_json = "1.0.114"
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tracing = "0.1"
uhlc = "0.7.0"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { features = [
"unstable",
"internal",
"plugins",
] , version = "1.0.0-dev" }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" }
] , version = "1.1.1" }
zenoh_backend_traits = { version = "1.1.1" }
zenoh-plugin-trait = { version = "1.1.1" }
zenoh-ext = { version = "1.1.1" }

[build-dependencies]
rustc_version = "0.4.0"
Expand All @@ -64,4 +64,4 @@ maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)"
depends = "zenoh-plugin-storage-manager (=1.1.1)"

0 comments on commit 4c4cb3b

Please sign in to comment.