Skip to content

Commit

Permalink
Use the current major version of async-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Sep 15, 2024
1 parent fa29b50 commit ad2db33
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 @@ -74,7 +74,7 @@ once_cell = { version = "1.3.1", optional = true }
pin-project-lite = { version = "0.2.0", optional = true }
pin-utils = { version = "0.1.0-alpha.4", optional = true }
slab = { version = "0.4.2", optional = true }
async-channel = { version = "1.8.0", optional = true }
async-channel = { version = "2.2.0", optional = true }

# dev dependency, but they are not allowed to be optional :/
surf = { version = "2.0.0", optional = true }
Expand Down

0 comments on commit ad2db33

Please sign in to comment.