From 01f3dba39b98a09c5a72392301cf604bec3263d5 Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Thu, 22 Aug 2019 04:51:02 +0300 Subject: [PATCH 1/2] Add badges to Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9e07773..4872897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,13 @@ repository = "https://github.com/kpp/futures-async-combinators" keywords = ["async", "await", "futures"] edition = "2018" +[badges] +travis-ci = { repository = "kpp/futures-async-combinators" } +coveralls = { repository = "kpp/futures-async-combinators" } +# Available options are `actively-developed`, `passively-maintained`, +# `as-is`, `none`, `experimental`, `looking-for-maintainer`, `deprecated`. +maintenance = { status = "experimental" } + [dependencies] pin-utils = "=0.1.0-alpha.4" From 26a048cf571bc4f9a9d8da3f8f533d824d996530 Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Thu, 22 Aug 2019 04:51:29 +0300 Subject: [PATCH 2/2] Bump to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4872897..d3efc37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-async-combinators" -version = "0.3.0" +version = "0.3.1" authors = ["Roman Proskuryakov "] description = "toy futures combinators" license = "MIT"