From eb656a98f4de118400598915c43e9a5f30677c43 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Sun, 4 Oct 2020 14:32:03 +0200 Subject: [PATCH] Bump to v1.2.3 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895c193..cc57898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.3 + +- Bump version for docs.rs to pick up latest dependencies. + # Version 1.2.2 - Bump version for docs.rs to pick up latest dependencies. diff --git a/Cargo.toml b/Cargo.toml index 73f7e17..f478bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "1.2.2" +version = "1.2.3" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"