We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2e3d7 commit 02336c5Copy full SHA for 02336c5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 0.3.4 - 2025-10-23
6
+
7
+- Added `rust-version` field to `Cargo.toml`
8
9
## 0.3.3 - 2025-10-23
10
11
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`
Cargo.toml
@@ -1,11 +1,12 @@
1
[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]
12
rustdoc-args = ["--cfg", "docsrs"]
0 commit comments