Skip to content

Commit

Permalink
revision => rev
Browse files Browse the repository at this point in the history
  • Loading branch information
iho committed Sep 25, 2023
1 parent 7d41721 commit 027c98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ near-crypto = "0.17"
near-primitives = "0.17"
near-jsonrpc-primitives = "0.17"
near-jsonrpc-client = { version = "0.6", features = ["sandbox"] }
near-sandbox-utils = { git = "https://github.com/near/sandbox.git", revision = "cdb346e01b5a36296efd0fbef7cd00b06f686030" }
near-sandbox-utils = { git = "https://github.com/near/sandbox.git", rev = "cdb346e01b5a36296efd0fbef7cd00b06f686030" }
near-chain-configs = { version = "0.17.0", optional = true }

[build-dependencies]
near-sandbox-utils = { git = "https://github.com/near/sandbox.git", revision = "cdb346e01b5a36296efd0fbef7cd00b06f686030" }
near-sandbox-utils = { git = "https://github.com/near/sandbox.git", rev = "cdb346e01b5a36296efd0fbef7cd00b06f686030" }

[target.'cfg(unix)'.dependencies]
libc = "0.2"
Expand Down

0 comments on commit 027c98a

Please sign in to comment.