@@ -113,11 +113,11 @@ lto = "thin"
113
113
114
114
[workspace .dependencies ]
115
115
# Stark Backend
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 }
116
+ openvm-stark-backend = { git = " https://github.com/openvm-org/stark-backend.git" , branch = " fix/vpmm " , default-features = false }
117
+ openvm-stark-sdk = { git = " https://github.com/openvm-org/stark-backend.git" , branch = " fix/vpmm " , default-features = false }
118
+ openvm-cuda-backend = { git = " https://github.com/openvm-org/stark-backend.git" , branch = " fix/vpmm " , default-features = false }
119
+ openvm-cuda-builder = { git = " https://github.com/openvm-org/stark-backend.git" , branch = " fix/vpmm " , default-features = false }
120
+ openvm-cuda-common = { git = " https://github.com/openvm-org/stark-backend.git" , branch = " fix/vpmm " , default-features = false }
121
121
122
122
# OpenVM
123
123
openvm-sdk = { path = " crates/sdk" , default-features = false }
0 commit comments