Publish 0.3.4

This commit is contained in:
Lukas Wirth 2025-10-23 17:10:05 +02:00
parent 1af327e78a
commit 2fcccbbe29
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 0.3.4 - 2025-10-23
- Added `rust-version` field to `Cargo.toml`
## 0.3.3 - 2025-10-23
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`

View File

@ -1,11 +1,12 @@
[package]
name = "smol_str"
version = "0.3.3"
version = "0.3.4"
description = "small-string optimized string type with O(1) clone"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/smol_str"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>", "Lukas Wirth <lukastw97@gmail.com>"]
edition = "2021"
rust-version = "1.89"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]