Skip to content

Commit

Permalink
use published nearcore versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Nov 3, 2021
1 parent 6ee9295 commit f60ff14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ borsh = "0.9"
serde = "1.0.127"
serde_json = "1.0.66"

near-primitives = { git = "https://github.com/near/nearcore", rev = "fa8749dc60fe0de8e94c3046571731c622326e9f" }
near-chain-configs = { git = "https://github.com/near/nearcore", rev = "fa8749dc60fe0de8e94c3046571731c622326e9f" }
near-client-primitives = { git = "https://github.com/near/nearcore", rev = "fa8749dc60fe0de8e94c3046571731c622326e9f" }
near-jsonrpc-primitives = { git = "https://github.com/near/nearcore", rev = "fa8749dc60fe0de8e94c3046571731c622326e9f" }
near-primitives = "0.5.0"
near-chain-configs = "0.5.0"
near-client-primitives = "0.5.0"
near-jsonrpc-primitives = "0.5.0"

[dev-dependencies]
tokio = { version = "1.1", features = ["rt", "macros"] }
Expand Down

0 comments on commit f60ff14

Please sign in to comment.