Skip to content

Commit 01d6c87

Browse files
authored
fix openvm hash (#3409)
These were wrongly updated in #3399 We should change these to use powdr openvm instead of upstream, but just wanna apply the minimal fix first
1 parent c74b18b commit 01d6c87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

openvm/guest-pairing-manual-precompile/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ edition = "2021"
77
members = []
88

99
[dependencies]
10-
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1-powdr", features = ["std"] }
10+
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1", features = ["std"] }
1111

12-
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1-powdr", default-features = false }
13-
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1-powdr", default-features = false }
14-
openvm-pairing = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1-powdr", default-features = false, features = ["bn254"] }
12+
openvm-algebra-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1", default-features = false }
13+
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1", default-features = false }
14+
openvm-pairing = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1", default-features = false, features = ["bn254"] }
1515

1616
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }

openvm/guest-pairing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
members = []
88

99
[dependencies]
10-
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1-powdr", features = ["std"] }
10+
openvm = { git = "https://github.com/openvm-org/openvm.git", rev = "v1.4.1", features = ["std"] }
1111

1212
ark-bn254 = "0.5"
1313
ark-ec = "0.5"

0 commit comments

Comments
 (0)