Skip to content

Commit

Permalink
Preparing release of 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Dec 7, 2023
1 parent 1718d3b commit a7efb7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.9.6"
version = "0.9.7"
edition = "2021"
description = "Substreams development kit for Ethereum chains, contains Firehose Block model and helpers as well as utilities for Ethereum ABI encoding/decoding."
homepage = "https://substreams.streamingfast.io/"
Expand All @@ -20,10 +20,10 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"]
rust-version = "1.60"

[workspace.dependencies]
substreams-ethereum = { version = "0.9.6", path = "./substreams-ethereum" }
substreams-ethereum-abigen = { version = "0.9.6", path = "./abigen" }
substreams-ethereum-core = { version = "0.9.6", path = "./core" }
substreams-ethereum-derive = { version = "0.9.6", path = "./derive" }
substreams-ethereum = { version = "0.9.7", path = "./substreams-ethereum" }
substreams-ethereum-abigen = { version = "0.9.7", path = "./abigen" }
substreams-ethereum-core = { version = "0.9.7", path = "./core" }
substreams-ethereum-derive = { version = "0.9.7", path = "./derive" }

[profile.release]
lto = true
Expand Down

0 comments on commit a7efb7b

Please sign in to comment.