Skip to content

Commit 614034f

Browse files
committed
chore(i18n): remove micro dependencies
1 parent 9f39309 commit 614034f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i18n/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ edition.workspace = true
1010
plib = { path = "../plib" }
1111
clap.workspace = true
1212
gettext-rs.workspace = true
13-
bytemuck = { version = "1.17.0", features = ["derive"] }
14-
byteorder = "1.5.0"
15-
strum = "0.26.3"
16-
strum_macros = "0.26.4"
13+
bytemuck = { version = "1.17", features = ["derive"] }
14+
byteorder = "1.5"
15+
strum = "0.26"
16+
strum_macros = "0.26"
1717

1818
[lints]
1919
workspace = true

0 commit comments

Comments
 (0)