Skip to content

Commit 81046f1

Browse files
committed
update rev
1 parent 13362dc commit 81046f1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ lto = "thin"
113113

114114
[workspace.dependencies]
115115
# Stark Backend
116-
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.2.1-rc.3", default-features = false }
117-
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.2.1-rc.3", default-features = false }
118-
openvm-cuda-backend = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.2.1-rc.3", default-features = false }
119-
openvm-cuda-builder = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.2.1-rc.3", default-features = false }
120-
openvm-cuda-common = { git = "https://github.com/openvm-org/stark-backend.git", tag = "v1.2.1-rc.3", default-features = false }
116+
openvm-stark-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev="8b565411daaea9fb23c45653c0cd9f25f76f8f42", default-features = false }
117+
openvm-stark-sdk = { git = "https://github.com/openvm-org/stark-backend.git", rev="8b565411daaea9fb23c45653c0cd9f25f76f8f42", default-features = false }
118+
openvm-cuda-backend = { git = "https://github.com/openvm-org/stark-backend.git", rev="8b565411daaea9fb23c45653c0cd9f25f76f8f42", default-features = false }
119+
openvm-cuda-builder = { git = "https://github.com/openvm-org/stark-backend.git", rev="8b565411daaea9fb23c45653c0cd9f25f76f8f42", default-features = false }
120+
openvm-cuda-common = { git = "https://github.com/openvm-org/stark-backend.git", rev="8b565411daaea9fb23c45653c0cd9f25f76f8f42", default-features = false }
121121

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

0 commit comments

Comments
 (0)