Skip to content

Commit

Permalink
Merge pull request #1 from streamingfast/main
Browse files Browse the repository at this point in the history
bump dependencies substreams-0.6 and prost 0.13.3, prep release to 0.2.0
  • Loading branch information
DenisCarriere authored Oct 29, 2024
2 parents 1d0b33a + 6af8f0c commit e0f235c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.1.1"
version = "0.2.0"
edition = "2021"
description = "Substreams development kit for Cosmos chains, contains Firehose Block model and helpers."
authors = ["Denis <[email protected]>", "Yaro <[email protected]>"]
Expand All @@ -21,5 +21,5 @@ license = "MIT"
rust-version = "1.76"

[workspace.dependencies]
substreams-cosmos = { version = "0.1.*", path = "./substreams-cosmos" }
substreams-cosmos-core = { version = "0.1.*", path = "./core" }
substreams-cosmos = { version = "0.2.*", path = "./substreams-cosmos" }
substreams-cosmos-core = { version = "0.2.*", path = "./core" }
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.3"
prost-types = "0.13.3"
substreams = "^0.6.0"

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

[dev-dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion substreams-cosmos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"
maintenance = { status = "actively-developed" }

[dependencies]
substreams = "^0.5"
substreams = "^0.6.0"
substreams-cosmos-core = { version = "0.*", path = "../core" }

[dev-dependencies]
Expand Down

0 comments on commit e0f235c

Please sign in to comment.