Skip to content

Commit 02336c5

Browse files
committed
Publish 0.3.4
1 parent bf2e3d7 commit 02336c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.3.4 - 2025-10-23
6+
7+
- Added `rust-version` field to `Cargo.toml`
8+
59
## 0.3.3 - 2025-10-23
610

711
- Optimise `StrExt::to_ascii_lowercase_smolstr`, `StrExt::to_ascii_uppercase_smolstr`

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "smol_str"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "small-string optimized string type with O(1) clone"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-analyzer/smol_str"
77
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>", "Lukas Wirth <lukastw97@gmail.com>"]
88
edition = "2021"
9+
rust-version = "1.89"
910

1011
[package.metadata.docs.rs]
1112
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)