Skip to content

Commit

Permalink
not fix crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Dec 11, 2024
1 parent a95b7f7 commit 5b832c6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions mopro-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,34 +34,34 @@ circom = [
]

[dependencies]
uniffi = { version = "=0.28.0", features = ["cli", "build"] }
uniffi = { version = "0.28.0", features = ["cli", "build"] }
serde = { version = "1.0", features = ["derive"] }

# Error handling
thiserror = "=2.0.3"
color-eyre = "=0.6.2"
thiserror = "2.0.3"
color-eyre = "0.6.2"

# ashlang deps
ashlang = { git = "https://github.com/chancehudson/ashlang.git", rev = "696960a0c15db47170fdd1ff058682023d904b1b", optional = true, default-features = false, features = ["spartan-prover", "serde"] }

# circom deps
rust-witness = { version = "0.1.0", optional = true }
ark-circom = { git = "https://github.com/zkmopro/circom-compat.git", version = "0.1.0", branch = "wasm-delete", optional = true }
ark-serialize = { version = "=0.4.1", features = ["derive"], optional = true }
ark-serialize = { version = "0.4.1", features = ["derive"], optional = true }
num-bigint = { version = "0.4.3", default-features = false, features = [
"rand",
] }

# ZKP generation
ark-ec = { version = "=0.4.1", default-features = false, features = [
ark-ec = { version = "0.4.1", default-features = false, features = [
"parallel",
], optional = true }
ark-crypto-primitives = { version = "=0.4.0", optional = true }
ark-std = { version = "=0.4.0", default-features = false, features = [
ark-crypto-primitives = { version = "0.4.0", optional = true }
ark-std = { version = "0.4.0", default-features = false, features = [
"parallel",
], optional = true }
ark-bn254 = { version = "=0.4.0", optional = true }
ark-groth16 = { version = "=0.4.0", default-features = false, features = [
ark-bn254 = { version = "0.4.0", optional = true }
ark-groth16 = { version = "0.4.0", default-features = false, features = [
"parallel",
], optional = true }
ark-relations = { version = "0.4", default-features = false, optional = true }
Expand All @@ -75,7 +75,7 @@ bincode = "1.3.3"

[build-dependencies]
rust-witness = { version = "0.1.0", optional = true }
uniffi = { version = "=0.28.0", features = ["build"] }
uniffi = { version = "0.28.0", features = ["build"] }

[dev-dependencies]
color-eyre = "0.6"
Expand Down

0 comments on commit 5b832c6

Please sign in to comment.