Skip to content

Commit d756318

Browse files
committed
bump nearcore 1.25.0-rc.2
1 parent 5f29564 commit d756318

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Cargo.lock

+36-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ tonic = "0.5.0"
3636
# Added to get rid of a dependencies error even if we do not use it
3737
itertools = "0.10.3"
3838

39-
near-indexer = { git = "https://github.com/streamingfast/nearcore", rev="f1c0252611fe28710ce2b1d03be8a55c7a3e9c4d" }
40-
near-crypto = { git = "https://github.com/streamingfast/nearcore", rev="f1c0252611fe28710ce2b1d03be8a55c7a3e9c4d" }
41-
near-vm-errors = { git = "https://github.com/streamingfast/nearcore", rev="f1c0252611fe28710ce2b1d03be8a55c7a3e9c4d" }
39+
near-indexer = { git = "https://github.com/streamingfast/nearcore", rev="1.25.0-rc.2-dm" }
40+
near-crypto = { git = "https://github.com/streamingfast/nearcore", rev="1.25.0-rc.2-dm" }
41+
near-vm-errors = { git = "https://github.com/streamingfast/nearcore", rev="1.25.0-rc.2-dm" }
4242

4343
[build-dependencies]
4444
tonic-build = "0.5.0"

0 commit comments

Comments
 (0)