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 1ae5e2a commit 7116e13Copy full SHA for 7116e13
Cargo.toml
@@ -19,7 +19,7 @@ rust-version = "1.70"
19
thiserror = "1.0.48"
20
bitflags = { version = "2.4.0", features = ["serde"] }
21
heck = { version = "0.4", features = ["unicode"] }
22
-clap = { version = "4.4.3", features = ["derive"] }
+clap = { version = "4.4.16", features = ["derive"] }
23
tauri-bindgen-core = { path = "crates/core" }
24
tauri-bindgen-gen-host = { path = "crates/gen-host", features = ['cli'] }
25
tauri-bindgen-gen-markdown = { path = "crates/gen-markdown", features = ['cli'] }
0 commit comments