Skip to content

Commit bed8808

Browse files
committed
Update deps
1 parent faae5ab commit bed8808

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ keywords = ["async", "await", "futures"]
1111
edition = "2018"
1212

1313
[badges]
14-
travis-ci = { repository = "kpp/futures-async-combinators" }
15-
coveralls = { repository = "kpp/futures-async-combinators" }
1614
# Available options are `actively-developed`, `passively-maintained`,
1715
# `as-is`, `none`, `experimental`, `looking-for-maintainer`, `deprecated`.
1816
maintenance = { status = "experimental" }
1917

2018
[dependencies]
21-
pin-utils = "=0.1.0-alpha.4"
19+
pin-utils = "0.1.0"
2220
futures-core = "0.3"
2321

2422
[dev-dependencies]

0 commit comments

Comments
 (0)