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 6dabf32 commit 088b302Copy full SHA for 088b302
Cargo.toml
@@ -42,7 +42,7 @@ __internal_bench = []
42
[dependencies]
43
num-traits = { version = "0.2", default-features = false }
44
serde = { version = "1.0.99", default-features = false, optional = true }
45
-pure-rust-locales = { version = "0.8", git = "https://github.com/chronotope/pure-rust-locales.git", rev = "a5b0d3dd132d22684bcc94b989b095a368b6973b", optional = true }
+pure-rust-locales = { version = "0.8.2", optional = true }
46
rkyv = { version = "0.7.43", optional = true, default-features = false }
47
arbitrary = { version = "1.0.0", features = ["derive"], optional = true }
48
defmt = { version = "1.0.1", optional = true }
0 commit comments