Skip to content

Commit eb0393e

Browse files
committed
cargo: update workspace crates version to v0.41.0
1 parent a675c22 commit eb0393e

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ members = [
3030
]
3131

3232
[workspace.package]
33-
version = "0.36.0"
33+
version = "0.41.0"
3434
edition = "2021"
3535
authors = ["The Graph core developers & contributors"]
3636
readme = "README.md"

chain/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ graph-runtime-wasm = { path = "../../runtime/wasm" }
2222
graph-runtime-derive = { path = "../../runtime/derive" }
2323

2424
[dev-dependencies]
25-
base64 = "0"
25+
base64 = "0.22"
2626

2727
[build-dependencies]
2828
tonic-build = { workspace = true }

0 commit comments

Comments
 (0)