Skip to content

Commit 088b302

Browse files
committed
Update pure-rust-locales to a version that supports defmt.
1 parent 6dabf32 commit 088b302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __internal_bench = []
4242
[dependencies]
4343
num-traits = { version = "0.2", default-features = false }
4444
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 }
45+
pure-rust-locales = { version = "0.8.2", optional = true }
4646
rkyv = { version = "0.7.43", optional = true, default-features = false }
4747
arbitrary = { version = "1.0.0", features = ["derive"], optional = true }
4848
defmt = { version = "1.0.1", optional = true }

0 commit comments

Comments
 (0)