Skip to content

Commit

Permalink
chore: Merge release/1.1.1 into main (#323)
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 76c39e2 + 4d9b3ad commit c3477a3
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 61 deletions.
136 changes: 81 additions & 55 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resolver = "1"


[workspace.package]
version = "1.0.0-dev"
version = "1.1.1"
repository = "https://github.com/eclipse-zenoh/zenoh-backend-influxdb"
homepage = "http://zenoh.io"
authors = [
Expand All @@ -44,10 +44,10 @@ serde_json = "1.0.94"
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tracing = "0.1"
uuid = { version = "1.3.0", features = ["v4"] }
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { version = "1.1.1", features = [
"unstable",
"internal",
"plugins"
] }
zenoh_backend_traits = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-trait = { version = "1.0.0-dev", git = "htttps://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh_backend_traits = { version = "1.1.1"}
zenoh-plugin-trait = { version = "1.1.1"}
2 changes: 1 addition & 1 deletion v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,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)"
2 changes: 1 addition & 1 deletion v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,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 c3477a3

Please sign in to comment.