mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(api): specify excact clap version (=3.0.0-beta.1) (#1191)
This commit is contained in:
@@ -33,7 +33,7 @@ tauri-dialog = "0.1.0"
|
||||
attohttpc = { version = "0.16.1", features = [ "json", "form" ] }
|
||||
http = "0.2"
|
||||
tauri-utils = { version = "0.5", path = "../tauri-utils" }
|
||||
clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "3.0.0-beta.1", optional = true }
|
||||
clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "=3.0.0-beta.1", optional = true }
|
||||
notify-rust = { version = "4.2.2", optional = true }
|
||||
once_cell = "1.5.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user