From bf7294ca8dd980f0302a199d78a0bce780e9c626 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Fri, 9 Oct 2020 14:17:23 +0200 Subject: [PATCH] Bump to v1.2.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc57898..6088c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.2.4 + +- Update dependencies. + # Version 1.2.3 - Bump version for docs.rs to pick up latest dependencies. diff --git a/Cargo.toml b/Cargo.toml index 8c3cda6..7e471c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smol" -version = "1.2.3" +version = "1.2.4" authors = ["Stjepan Glavina "] edition = "2018" description = "A small and fast async runtime"