Skip to content

Commit

Permalink
update nearcore repo
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Sep 1, 2021
1 parent e3dc293 commit 19ae33d
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.8.1"
serde = "1.0.127"
serde_json = "1.0.66"

near-primitives = { git = "https://github.com/miraclx/nearcore", rev="867d054b8816514d5b6ba077e72bb7350a831917" }
near-chain-configs = { git = "https://github.com/miraclx/nearcore", rev="867d054b8816514d5b6ba077e72bb7350a831917" }
near-client-primitives = { git = "https://github.com/miraclx/nearcore", rev="867d054b8816514d5b6ba077e72bb7350a831917" }
near-jsonrpc-primitives = { git = "https://github.com/miraclx/nearcore", rev="867d054b8816514d5b6ba077e72bb7350a831917" }
near-primitives = { git = "https://github.com/miraclx/nearcore", rev="c8673972c14cd523f764d6ddc2839de3b34c10ff" }
near-chain-configs = { git = "https://github.com/miraclx/nearcore", rev="c8673972c14cd523f764d6ddc2839de3b34c10ff" }
near-client-primitives = { git = "https://github.com/miraclx/nearcore", rev="c8673972c14cd523f764d6ddc2839de3b34c10ff" }
near-jsonrpc-primitives = { git = "https://github.com/miraclx/nearcore", rev="c8673972c14cd523f764d6ddc2839de3b34c10ff" }

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

0 comments on commit 19ae33d

Please sign in to comment.