fix(api): specify excact clap version (=3.0.0-beta.1) (#1191)

This commit is contained in:
Daisuke Kato
2021-02-09 06:41:36 +09:00
committed by GitHub
parent 99ecf7bb3e
commit 2e5d64b27e

View File

@@ -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"