Skip to content

Commit

Permalink
fix version in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jul 12, 2024
1 parent ba446bc commit 6e9e1d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.5.20"
version = "0.5.21"
description = "Substreams SDK - A streaming data engine for The Graph - by StreamingFast"
edition = "2018"
homepage = "https://substreams.streamingfast.io/"
Expand All @@ -17,9 +17,9 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"]
rust-version = "1.60"

[workspace.dependencies]
substreams-macro = { version = "0.5.20", path = "./substreams-macro" }
substreams-macro = { version = "0.5.21", path = "./substreams-macro" }

[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"
strip = "debuginfo"

0 comments on commit 6e9e1d5

Please sign in to comment.