Release 1.3.0

This commit is contained in:
Taiki Endo 2022-11-29 22:32:41 +09:00
parent 10a00cff81
commit 29a075db59
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# Version 1.3.0
- Remove the dependency on the `once_cell` crate to restore the MSRV. (#241)
# Version 1.2.5
- Bump version for docs.rs to pick up latest dependencies.

View File

@ -3,15 +3,13 @@ name = "smol"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.2.5"
version = "1.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.47"
description = "A small and fast async runtime"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/smol"
homepage = "https://github.com/smol-rs/smol"
documentation = "https://docs.rs/smol"
keywords = ["async", "await", "future", "io", "networking"]
categories = ["asynchronous", "concurrency", "network-programming"]
exclude = ["/.*"]