Skip to content

Commit

Permalink
Support version 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
boats authored and cramertj committed Mar 10, 2018
1 parent 88169f6 commit e51c515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion futures-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The core traits and types in for the `futures` library.
"""

[dependencies]
pin-api = { version = "0.1.2", default-features = false }
pin-api = { version = "0.1.3", default-features = false }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion futures-stable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"

[dependencies.pin-api]
version = "0.1.2"
version = "0.1.3"
default-features = false

[dependencies.futures-core]
Expand Down

0 comments on commit e51c515

Please sign in to comment.