From 240edf8600745bc9600e53f26a171a1f109f1551 Mon Sep 17 00:00:00 2001 From: takasehideki Date: Tue, 5 Nov 2024 09:54:43 +0900 Subject: [PATCH] Specify Zenoh and Rustler version clearly --- native/zenohex_nif/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/zenohex_nif/Cargo.toml b/native/zenohex_nif/Cargo.toml index 0865aa4..d50587e 100644 --- a/native/zenohex_nif/Cargo.toml +++ b/native/zenohex_nif/Cargo.toml @@ -13,5 +13,5 @@ crate-type = ["cdylib"] flume = "0.11.1" futures = "0.3.31" # WHY we specify NIF 2.15 https://github.com/biyooon-ex/zenohex/issues/71 -rustler = { version = "0.34.0", features = ["nif_version_2_15"] } -zenoh = "0.11.0" +rustler = { version = "=0.34.0", features = ["nif_version_2_15"] } +zenoh = "=0.11.0"