From 0f717d4250538d26b3d71306bc414edfcf4f3e4d Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 19 Jul 2024 12:38:12 +0000 Subject: [PATCH 1/2] chore: Bump version to --- version.txt | 2 +- zenoh-jni/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index 19a5fa4..4cd0322 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.0-dev \ No newline at end of file +0.11.1-dev \ No newline at end of file diff --git a/zenoh-jni/Cargo.toml b/zenoh-jni/Cargo.toml index e3148bc..d122a62 100644 --- a/zenoh-jni/Cargo.toml +++ b/zenoh-jni/Cargo.toml @@ -14,7 +14,7 @@ [package] rust-version = "1.66.1" -version = "0.11.0-dev" # Zenoh version +version = "0.11.1-dev" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" edition = "2021" From e220fe2675e2cd900f227b2148bbf2cd954555c8 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 19 Jul 2024 12:38:12 +0000 Subject: [PATCH 2/2] chore: Bump /zenoh.*/ dependencies to `0.11.1-dev` --- zenoh-jni/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zenoh-jni/Cargo.toml b/zenoh-jni/Cargo.toml index d122a62..7f29ccf 100644 --- a/zenoh-jni/Cargo.toml +++ b/zenoh-jni/Cargo.toml @@ -35,9 +35,9 @@ jni = "0.21.1" flume = "0.10.14" uhlc = "0.7.0" json5 = "0.4.1" -zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } +zenoh = { version = "0.11.1-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-ext = { version = "0.11.1-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-util = { version = "0.11.1-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } tracing = "0.1" [lib] name = "zenoh_jni"