Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 29, 2022
1 parent 10a00cf commit 29a075d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
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 = ["/.*"]
Expand Down

0 comments on commit 29a075d

Please sign in to comment.