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 9f39309 commit 614034fCopy full SHA for 614034f
i18n/Cargo.toml
@@ -10,10 +10,10 @@ edition.workspace = true
10
plib = { path = "../plib" }
11
clap.workspace = true
12
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"
+bytemuck = { version = "1.17", features = ["derive"] }
+byteorder = "1.5"
+strum = "0.26"
+strum_macros = "0.26"
17
18
[lints]
19
workspace = true
0 commit comments