We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
smol_str
1 parent 35379f3 commit 171d53cCopy full SHA for 171d53c
Cargo.toml
@@ -81,7 +81,7 @@ cursor-icon = "1.1.0"
81
dpi = { version = "0.1.1", path = "dpi" }
82
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
83
serde = { workspace = true, optional = true }
84
-smol_str = "0.2.0"
+smol_str = "0.3"
85
tracing = { version = "0.1.40", default-features = false }
86
87
[dev-dependencies]
src/changelog/unreleased.md
@@ -164,6 +164,7 @@ changelog entry.
164
- On macOS and iOS, no longer emit `ScaleFactorChanged` upon window creation.
165
- On macOS, no longer emit `Focused` upon window creation.
166
- On iOS, emit more events immediately, instead of queuing them.
167
+- Update `smol_str` to version `0.3`
168
169
### Removed
170
0 commit comments