Skip to content

Commit

Permalink
near-token and near-gas upd
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Aug 13, 2024
1 parent f85e2d9 commit e74eca3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ near-primitives = "0.24"
near-jsonrpc-client = "0.11"
near-jsonrpc-primitives = "0.24"

near-gas = { version = "0.2.3", features = [
near-gas = { version = "0.3", features = [
"serde",
"borsh",
"interactive-clap",
] }
near-token = { version = "0.2.1", features = [
near-token = { version = "0.3", features = [
"serde",
"borsh",
"interactive-clap",
Expand Down

0 comments on commit e74eca3

Please sign in to comment.