Skip to content

Commit

Permalink
Update wg to 0.6 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Feb 12, 2024
1 parent cccb12b commit d958dad
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 @@ -38,7 +38,7 @@ getrandom = { version = "0.2", features = ["js"] }
[features]
default = ["sync"]
full = ["sync", "async", "serde"]
async = ["async-channel", "async-io", "futures/default", "wg/async"]
async = ["async-channel", "async-io", "futures/default", "wg/future"]
sync = ["crossbeam-channel"]
serde = ["dep:serde", "dep:serde_json"]

Expand All @@ -53,7 +53,7 @@ rand = "0.8"
serde = { version = "1", optional = true, features = ["derive"] }
serde_json = { version = "1", optional = true }
seahash = "4.1"
wg = "0.4"
wg = "0.6"
thiserror = "1"
tracing = "0.1"
xxhash-rust = { version = "0.8", features = ["xxh64"] }
Expand Down

0 comments on commit d958dad

Please sign in to comment.