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"