Publish 0.3.0

This commit is contained in:
Lukas Wirth 2024-09-03 09:30:04 +02:00
parent 6216c05690
commit e172e4ee25

View file

@ -1,10 +1,10 @@
[package]
name = "smol_str"
version = "0.2.2"
version = "0.3.0"
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>"]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>", "Lukas Wirth <lukastw97@gmail.com>"]
edition = "2021"
[package.metadata.docs.rs]