From ea4dec080b5097a9d0c3926e7466e23722feecd4 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Sat, 28 Nov 2020 21:45:58 +0100 Subject: [PATCH] Bump to v1.2.5 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6088c58..ef76dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.5 + +- Bump version for docs.rs to pick up latest dependencies. + # Version 1.2.4 - Update dependencies. diff --git a/Cargo.toml b/Cargo.toml index 7e471c9..626aae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "1.2.4" +version = "1.2.5" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"