Skip to content

Commit 171d53c

Browse files
Update smol_str (#3991)
1 parent 35379f3 commit 171d53c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ cursor-icon = "1.1.0"
8181
dpi = { version = "0.1.1", path = "dpi" }
8282
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"] }
8383
serde = { workspace = true, optional = true }
84-
smol_str = "0.2.0"
84+
smol_str = "0.3"
8585
tracing = { version = "0.1.40", default-features = false }
8686

8787
[dev-dependencies]

src/changelog/unreleased.md

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ changelog entry.
164164
- On macOS and iOS, no longer emit `ScaleFactorChanged` upon window creation.
165165
- On macOS, no longer emit `Focused` upon window creation.
166166
- On iOS, emit more events immediately, instead of queuing them.
167+
- Update `smol_str` to version `0.3`
167168

168169
### Removed
169170

0 commit comments

Comments
 (0)