Skip to content

Commit

Permalink
Update example dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Apr 7, 2024
1 parent 721c7c2 commit 0f8dc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/echo_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nectar = { path = "../../" }

# You could just use the futures crate here for access to both `SinkExt` &
# `StreamExt` traits.
futures-lite = { version = "1", default-features = false, features = ["std"] }
futures-lite = { version = "2", default-features = false, features = ["std"] }
futures-util = { version = "0.3", default-features = false, features = [
"sink",
] }
Expand Down

0 comments on commit 0f8dc03

Please sign in to comment.