Skip to content

Commit 77bd3fe

Browse files
chore: Merge release/1.7.0 into main (#655)
chore: Merge release/1.7.0 into main
2 parents d274de0 + 3e0ce86 commit 77bd3fe

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

Cargo.lock

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
[package]
1717
name = "zenoh-python"
18-
version = "1.6.2"
18+
version = "1.7.0"
1919
authors = [
2020
"kydos <[email protected]>",
2121
"Julien Enoch <[email protected]>",
@@ -44,5 +44,5 @@ maintenance = { status = "actively-developed" }
4444
[dependencies]
4545
paste = "1.0.14"
4646
pyo3 = { version = "0.25.1", features = ["abi3-py39", "extension-module"] }
47-
zenoh = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal", "unstable"], default-features = false }
48-
zenoh-ext = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], optional = true }
47+
zenoh = { version = "1.7.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal", "unstable"], default-features = false }
48+
zenoh-ext = { version = "1.7.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], optional = true }

0 commit comments

Comments
 (0)