diff --git a/Cargo.toml b/Cargo.toml index 278fa13..50eb88e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,5 +50,5 @@ pyo3 = { version = "0.21.2", features = [ "experimental-declarative-modules", ] } validated_struct = "2.1.0" -zenoh = { version = "1.2.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.2.1", features = ["unstable", "internal"], default-features = false } -zenoh-ext = { version = "1.2.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.2.1", features = ["internal"], optional = true } +zenoh = { version = "1.2.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false } +zenoh-ext = { version = "1.2.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], optional = true }