Skip to content

Commit

Permalink
update nearcore to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Aug 5, 2024
1 parent 475ab56 commit 9fd0977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"

Expand All @@ -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"

0 comments on commit 9fd0977

Please sign in to comment.