Skip to content

Commit

Permalink
Rename feature futures to futures01
Browse files Browse the repository at this point in the history
  • Loading branch information
imp committed Nov 7, 2019
1 parent 93bb246 commit 596575b
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 @@ -23,9 +23,9 @@ futures = { version = "0.1", optional = true }
log = "0.4"

[features]
default = ["futures", "option", "result"]
# iter = []
default = ["futures01", "option", "result"]
debug-only = []
futures01 = ["futures"]
option = []
pedantic = []
result = []

0 comments on commit 596575b

Please sign in to comment.