Skip to content

Commit

Permalink
address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Apr 9, 2024
1 parent 4de26f8 commit 6564d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ nom = "7.1.3"
openssl = "0.10.64"
openssl-sys = "0.9.102"
parking_lot = "0.12.1"
pelikan-net = { path = "./src/net", version = "0.2.0" }
pelikan-net = { path = "./src/net", version = "0.2.0", default-features = false }
phf = "0.11.2"
proc-macro2 = "1.0.69"
quote = "1.0.33"
Expand Down

0 comments on commit 6564d85

Please sign in to comment.