From e9a34a74d8223f61d4afd2389f185471ff78a6a2 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 28 Sep 2020 12:38:18 +0200 Subject: [PATCH] Bump top v1.2.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5295af6..895c193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.2 + +- Bump version for docs.rs to pick up latest dependencies. + # Version 1.2.1 - Temporarily downgrade `async-executor`. diff --git a/Cargo.toml b/Cargo.toml index 8156879..73f7e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "1.2.1" +version = "1.2.2" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"