From 9fd097751c392101ed13b2b8c26a6adf2f042960 Mon Sep 17 00:00:00 2001 From: colindickson Date: Mon, 5 Aug 2024 13:08:22 -0400 Subject: [PATCH] update nearcore to 2.0.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c87400cc..198dc11a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["firehose-pb"] [package] name = "near-firehose-indexer" -version = "2.0.0-rc.5" +version = "2.0.0" authors = ["StreamingFast Developers "] edition = "2021" @@ -22,8 +22,8 @@ rkyv = "=0.7.38" tracing = { version = "0.1.36", features = ["std"] } tracing-subscriber = { version = "0.3.15", features = ["env-filter", "fmt", "registry", "std"] } -near-indexer = { git = "https://github.com/near/nearcore", rev = "2.0.0-rc.5" } -near-crypto = { git = "https://github.com/near/nearcore", rev = "2.0.0-rc.5" } +near-indexer = { git = "https://github.com/near/nearcore", rev = "2.0.0" } +near-crypto = { git = "https://github.com/near/nearcore", rev = "2.0.0" } [build-dependencies] tonic-build = "0.8.4"