Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changes/unreleased/changed-20260626-192935.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kind: Changed
body: |-
**`smoothutf8` bumped to 0.2.** With the default-on `fast-utf8`
feature, `wasm32` targets now run the portable shift-DFA validator
instead of delegating to `core::str::from_utf8`. The existing call
sites are unchanged (`verify_with_slack` is identical in 0.2); the new
`SlackBuf` safe wrapper is not yet adopted.
time: 2026-06-26T19:29:35.543946322Z
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ serde = { version = "1", default-features = false }
serde_json = { version = "1", default-features = false, features = ["alloc"] }
serde_norway = { version = "0.9" }
arbitrary = { version = "1", default-features = false, features = ["derive"] }
smoothutf8 = { version = "0.1.1", default-features = false }
smoothutf8 = { version = "0.2", default-features = false }
thiserror = { version = "2", default-features = false }
# Optional `string` field representations that will be selectable via
# `buffa_build`'s forthcoming `string_type` knob. Declared
Expand Down
Loading