Skip to content

Commit

Permalink
update nearcore to 2.4.0
Browse files Browse the repository at this point in the history
colindickson committed Dec 10, 2024
1 parent 6d7a050 commit b7788ba
Showing 2 changed files with 96 additions and 96 deletions.
186 changes: 93 additions & 93 deletions Cargo.lock
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ members = ["firehose-pb"]

[package]
name = "near-firehose-indexer"
version = "2.4.0-rc.2"
version = "2.4.0"
authors = ["StreamingFast Developers <dev@streamingfast.io>"]
edition = "2021"

@@ -24,8 +24,8 @@ tracing = { version = "0.1.36", features = ["std"] }
tracing-subscriber = { version = "0.3.15", features = ["env-filter", "fmt", "registry", "std"] }
curve25519-dalek = { version = "4.1.3", default-features = false }

near-indexer = { git = "https://github.com/near/nearcore", rev = "2.4.0-rc.2" }
near-crypto = { git = "https://github.com/near/nearcore", rev = "2.4.0-rc.2" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "2.4.0" }
near-crypto = { git = "https://github.com/near/nearcore", rev = "2.4.0" }

[build-dependencies]
tonic-build = "0.8.4"

0 comments on commit b7788ba

Please sign in to comment.