Skip to content

Commit

Permalink
Specify Zenoh and Rustler version clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
takasehideki committed Nov 5, 2024
1 parent 23eb6aa commit 240edf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/zenohex_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 240edf8

Please sign in to comment.