Skip to content

Commit

Permalink
fix: publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateRookie committed Dec 3, 2023
1 parent 2e3bcfd commit 5293708
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 @@ -24,7 +24,7 @@ keywords = ["websocket", "proxy", "network"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
http = { path = "http_shim", optional = true }
http = { path = "http_shim", optional = true, version = "0.10" }
thiserror = "1"
rand = "0.8"
base64 = "0.20"
Expand Down

0 comments on commit 5293708

Please sign in to comment.