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"