Skip to content

Commit

Permalink
Merge pull request #26 from streamingfast/develop
Browse files Browse the repository at this point in the history
bump substreams and prost, prep release 0.6.0
  • Loading branch information
YaroShkvorets authored Oct 16, 2024
2 parents dfcc6e0 + 03382ee commit 879c07b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ opt-level = 's'
strip = "debuginfo"

[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers."
authors = [
Expand All @@ -25,6 +25,6 @@ license = "MIT OR Apache-2.0"
rust-version = "1.76"

[workspace.dependencies]
substreams-antelope = { version = "0.5.*", path = "./substreams-antelope" }
substreams-antelope-core = { version = "0.5.*", path = "./core" }
substreams-antelope-abigen = { version = "0.5.*", path = "./abigen" }
substreams-antelope = { version = "0.6.*", path = "./substreams-antelope" }
substreams-antelope-core = { version = "0.6.*", path = "./core" }
substreams-antelope-abigen = { version = "0.6.*", path = "./abigen" }
2 changes: 1 addition & 1 deletion abigen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ substreams-antelope-core = { workspace = true }

[dev-dependencies]
pretty_assertions = "1.2.1"
substreams = "^0.5.0"
substreams = "^0.6.0"
8 changes: 4 additions & 4 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ readme = "../README.md"
maintenance = { status = "actively-developed" }

[dependencies]
prost = "0.11"
prost-types = "0.11"
substreams = "^0.5.0"
prost = "0.13"
prost-types = "0.13"
substreams = "^0.6.0"

[build-dependencies]
prost-build = "0.11"
prost-build = "0.13"

[dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit 879c07b

Please sign in to comment.