We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9ff0e commit b3e9777Copy full SHA for b3e9777
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "std-next"
3
-version = "0.1.4"
+version = "0.1.5"
4
edition = "2021"
5
description = "Opinionated utilities and polyfills"
6
license = "MIT"
@@ -25,4 +25,4 @@ unstable = []
25
26
[dependencies]
27
simdutf8 = { version = "0.1.5", default-features = false }
28
-thiserror = "2.0.9"
+thiserror = "2.0.11"
0 commit comments