File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/tools/rust-analyzer/lib/smol_str Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 11[package ]
22name = " smol_str"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44description = " small-string optimized string type with O(1) clone"
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/rust-analyzer/smol_str"
77authors = [" Aleksey Kladov <aleksey.kladov@gmail.com>" , " Lukas Wirth <lukastw97@gmail.com>" ]
88edition = " 2021"
9+ rust-version = " 1.89"
910
1011[package .metadata .docs .rs ]
1112rustdoc-args = [" --cfg" , " docsrs" ]
You can’t perform that action at this time.
0 commit comments