Skip to content

Commit

Permalink
update nearcore to 1.32.1, with reverted code
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Mar 24, 2023
1 parent af10f57 commit 226aa98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = "1.32.0-rc.2"
version = "1.32.1"
authors = ["StreamingFast Developers <[email protected]>"]
edition = "2021"

Expand All @@ -21,9 +21,9 @@ 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="1.32.0-rc.2" }
near-crypto = { git = "https://github.com/near/nearcore", rev="1.32.0-rc.2" }
near-vm-errors = { git = "https://github.com/near/nearcore", rev="1.32.0-rc.2" }
near-indexer = { git = "https://github.com/near/nearcore", rev="1.32.1" }
near-crypto = { git = "https://github.com/near/nearcore", rev="1.32.1" }
near-vm-errors = { git = "https://github.com/near/nearcore", rev="1.32.1" }

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

0 comments on commit 226aa98

Please sign in to comment.