Skip to content

Commit 4c94ec0

Browse files
chore: drop cmake 3.31 install (#733)
* chore: drop cmake 3.31 install cyclors 0.3.10 should be able to be compiled with cmake4 * chore: update cyclors to 0.4.0
1 parent 97b340f commit 4c94ec0

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
if: startsWith(matrix.os,'ubuntu')
3939
run: sudo apt-get -y install libacl1-dev
4040

41-
# cyclors 0.3.x does not compile with cmake 4
42-
- name: Install cmake
43-
uses: jwlawson/actions-setup-cmake@v2
44-
with:
45-
cmake-version: '3.31.x'
46-
4741
- name: Install LLVM toolchain
4842
if: startsWith(matrix.os,'macos')
4943
run: |

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async-trait = "0.1.66"
3434
bincode = "1.3.3"
3535
cdr = "0.2.4"
3636
clap = "3.2.23"
37-
cyclors = "=0.3.10"
37+
cyclors = "0.4.0"
3838
derivative = "2.2.0"
3939
flume = "0.11.0"
4040
futures = "0.3.26"
@@ -51,16 +51,16 @@ tracing = "0.1"
5151
zenoh = { version = "1.9.0", features = [
5252
"plugins",
5353
"unstable",
54-
], git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
55-
zenoh-config = { version = "1.9.0", default-features = false, git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
54+
], git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
55+
zenoh-config = { version = "1.9.0", default-features = false, git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
5656
zenoh-ext = { version = "1.9.0", features = [
5757
"unstable",
58-
], git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58+
], git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
5959
zenoh-plugin-dds = { version = "1.9.0", path = "zenoh-plugin-dds/", default-features = false }
6060
zenoh-plugin-rest = { version = "1.9.0", default-features = false, features = [
6161
"static_plugin",
62-
], git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
63-
zenoh-plugin-trait = { version = "1.9.0", default-features = false, git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
62+
], git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
63+
zenoh-plugin-trait = { version = "1.9.0", default-features = false, git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
6464

6565
[profile.release]
6666
codegen-units = 1

0 commit comments

Comments
 (0)