Skip to content

Commit

Permalink
follow the same pattern in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Aug 15, 2024
1 parent 922ed7a commit a321d44
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 @@ -39,11 +39,11 @@ near-crypto = "0.24"
near-primitives = "0.24"
near-jsonrpc-primitives = "0.24"
near-jsonrpc-client = { version = "0.11", features = ["sandbox"] }
near-sandbox-utils = "0.10.0"
near-sandbox-utils = "0.10"
near-chain-configs = { version = "0.24", optional = true }

[build-dependencies]
near-sandbox-utils = "0.10.0"
near-sandbox-utils = "0.10"

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

0 comments on commit a321d44

Please sign in to comment.