Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
chore: removed unuse interactive clap dep
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Sep 9, 2024
1 parent 5863659 commit b1b64c6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 49 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

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

12 changes: 2 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,8 @@ near-jsonrpc-primitives = "0.25"
near-contract-standards = "5.4"
near-sdk = "5.4"

near-gas = { version = "0.3", features = [
"serde",
"borsh",
"interactive-clap",
] }
near-token = { version = "0.3", features = [
"serde",
"borsh",
"interactive-clap",
] }
near-gas = { version = "0.3", features = ["serde", "borsh"] }
near-token = { version = "0.3", features = ["serde", "borsh"] }
near-socialdb-client = "0.6"

near-abi = "0.4.2"
Expand Down

0 comments on commit b1b64c6

Please sign in to comment.