Skip to content

Commit 6a93397

Browse files
authored
Merge pull request #21 from kpp/release
Release 0.3.1
2 parents 104213e + 26a048c commit 6a93397

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "futures-async-combinators"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Roman Proskuryakov <[email protected]>"]
55
description = "toy futures combinators"
66
license = "MIT"
@@ -10,6 +10,13 @@ repository = "https://github.com/kpp/futures-async-combinators"
1010
keywords = ["async", "await", "futures"]
1111
edition = "2018"
1212

13+
[badges]
14+
travis-ci = { repository = "kpp/futures-async-combinators" }
15+
coveralls = { repository = "kpp/futures-async-combinators" }
16+
# Available options are `actively-developed`, `passively-maintained`,
17+
# `as-is`, `none`, `experimental`, `looking-for-maintainer`, `deprecated`.
18+
maintenance = { status = "experimental" }
19+
1320
[dependencies]
1421
pin-utils = "=0.1.0-alpha.4"
1522

0 commit comments

Comments
 (0)