mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
Publish 0.3.4
This commit is contained in:
parent
1af327e78a
commit
2fcccbbe29
@ -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`
|
||||
|
||||
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user