Skip to content

Commit

Permalink
updated: interactive-clap = "0.2.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod committed Sep 30, 2023
1 parent 69d1c88 commit d4a053e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 33 deletions.
39 changes: 9 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions cargo-near/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cargo-near"
version = "0.3.1"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.60.0"
description = "Cargo extension for building Rust smart contracts on NEAR"
readme = "README.md"
repository = "https://github.com/near/cargo-near"
Expand Down Expand Up @@ -33,8 +33,8 @@ color-eyre = "0.6"
inquire = "0.6"
strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24"
interactive-clap = {git = "https://github.com/near-cli-rs/interactive-clap"}
interactive-clap-derive = {git = "https://github.com/near-cli-rs/interactive-clap"}
interactive-clap = "0.2.5"
interactive-clap-derive = "0.2.5"
near-cli-rs = { version = "0.5.2" }
derive_more = "0.99.9"
shell-words = "1.0.0"

0 comments on commit d4a053e

Please sign in to comment.