Skip to content

Commit 8249e74

Browse files
chore: bump stark-backend to v1.0.1 (#1622)
Performance improvements
1 parent ce52b7d commit 8249e74

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ lto = "thin"
107107

108108
[workspace.dependencies]
109109
# Stark Backend
110-
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.0.0", default-features = false }
111-
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.0.0", default-features = false }
110+
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.0.1", default-features = false }
111+
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.0.1", default-features = false }
112112

113113
# OpenVM
114114
openvm-sdk = { path = "crates/sdk", default-features = false }

0 commit comments

Comments
 (0)