Skip to content

Commit

Permalink
v0.1.0 (#1)
Browse files Browse the repository at this point in the history
Eliminate unnecessary features in the futures crate.
  • Loading branch information
olix0r authored Jun 20, 2021
1 parent 132c771 commit 82fd311
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
@@ -1,6 +1,6 @@
[package]
name = "drain"
version = "0.0.1"
version = "0.1.0"
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
license = "Apache-2.0"
edition = "2018"
Expand All @@ -14,7 +14,7 @@ A crate that supports graceful shutdown
retain = ["tower"]

[dependencies]
futures = "0.3.15"
futures = { version = "0.3.15", default-features = false }
tokio = { version = "1", features = ["macros", "sync"] }
tower = { version = "0.4.7", default-features = false, optional = true }

Expand Down

0 comments on commit 82fd311

Please sign in to comment.