Skip to content

Commit

Permalink
refactor: Updated "interactive_clap" to 0.2.10 (updated "flatten" par…
Browse files Browse the repository at this point in the history
…ameter) (#154)

Co-authored-by: FroVolod <frol_off@meta.ua>
  • Loading branch information
FroVolod and FroVolod committed Apr 23, 2024
1 parent cda47dd commit 00277d5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 20 deletions.
50 changes: 35 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cargo-near/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ zstd = "0.11"
atty = "0.2.14"

color-eyre = "0.6"
inquire = "0.6"
inquire = "0.7"
strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
names = { version = "0.14.0", default-features = false }
derive_more = "0.99.9"
shell-words = "1.0.0"
interactive-clap = "0.2.8"
interactive-clap-derive = "0.2.8"
near-cli-rs = { version = "0.8.1", default-features = false }
interactive-clap = "0.2.10"
interactive-clap-derive = "0.2.10"
near-cli-rs = { version = "0.9.0", default-features = false }
dunce = "1"

[features]
Expand Down
1 change: 0 additions & 1 deletion cargo-near/src/commands/deploy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use crate::commands::build_command;
#[interactive_clap(output_context = ContractContext)]
#[interactive_clap(skip_default_from_cli)]
pub struct Contract {
#[interactive_clap(skip_default_input_arg)]
#[interactive_clap(flatten)]
/// Specify a build command args:
build_command_args: build_command::BuildCommand,
Expand Down

0 comments on commit 00277d5

Please sign in to comment.