Skip to content

Commit

Permalink
remove accidental rename
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Nov 15, 2023
1 parent e24fed7 commit 793db48
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ libc = "0.2.139"
log = "0.4.17"
rand = "0.8.5"
spin = "0.9.5"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory", "unstable" ] }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory" ] }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [
"shared-memory",
"unstable",
] }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [
"shared-memory",
] }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }

[build-dependencies]
Expand All @@ -57,8 +62,8 @@ fs2 = "0.4.3"
serde_yaml = "0.9.19"

[lib]
path="src/lib.rs"
name = "zenohcd"
path = "src/lib.rs"
name = "zenohc"
crate-type = ["cdylib", "staticlib"]
doctest = false

Expand Down

0 comments on commit 793db48

Please sign in to comment.