Skip to content

Commit

Permalink
update nearcore to 1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Mar 29, 2023
1 parent 226aa98 commit 80cd41a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1"
version = "1.32.2"
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.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" }
near-indexer = { git = "https://github.com/near/nearcore", rev="1.32.2" }
near-crypto = { git = "https://github.com/near/nearcore", rev="1.32.2" }
near-vm-errors = { git = "https://github.com/near/nearcore", rev="1.32.2" }

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

0 comments on commit 80cd41a

Please sign in to comment.