Skip to content

Commit

Permalink
Revert library name to zenohc in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 6, 2023
1 parent 10a198a commit 125b557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,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 125b557

Please sign in to comment.