Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Schneider committed Apr 28, 2023
1 parent 7944ec7 commit 01465b1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions curves/bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ark-r1cs-std = { version="0.4.0-alpha", optional = true, default-features = fals
ark-std = { version = "0.4.0", default-features = false }
ark-bls12-377 = { version = "0.4.0", features = ["curve"], default-features = false }
sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false }
sp-arkworks = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "0.4.0", default-features = false }
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", features = ["hazmat"], default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false }
Expand All @@ -37,7 +36,6 @@ std = [
"ark-std/std",
"ark-bls12-377/std",
"sp-ark-models/std",
"sp-arkworks/std",
"codec/std",
"ark-scale/std",
"sp-io/std",
Expand Down
2 changes: 0 additions & 2 deletions curves/bls12_381/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ark-ff = { version = "0.4.0", default-features = false }
ark-std = { version = "0.4.0", default-features = false }
ark-bls12-381 = { version = "0.4.0",features = [ "curve" ], default-features = false }
sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false }
sp-arkworks = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "0.4.0", default-features = false }
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", default-features = false }
ark-serialize = { version = "0.4.0", default-features = false }
Expand All @@ -34,7 +33,6 @@ std = [
"ark-std/std",
"ark-bls12-381/std",
"sp-ark-models/std",
"sp-arkworks/std",
"codec/std",
"ark-scale/std",
"ark-serialize/std",
Expand Down
2 changes: 0 additions & 2 deletions curves/bw6_761/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ark-ff = { version="0.4.0-alpha", default-features = false }
ark-std = { version = "0.4.0", default-features = false }
ark-bw6-761 = { version = "0.4.0",default-features = false }
sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false }
sp-arkworks = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "0.4.0", default-features = false }
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false }
Expand All @@ -33,7 +32,6 @@ std = [
"ark-std/std",
"ark-bw6-761/std",
"sp-ark-models/std",
"sp-arkworks/std",
"codec/std",
"ark-scale/std",
"sp-io/std",
Expand Down
2 changes: 1 addition & 1 deletion curves/ed_on_bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true }
sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-features = false }
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", features = ["hazmat"], default-features = false }
sp-io = { version = "7.0.0", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false }

[dev-dependencies]
ark-relations = { version = "0.4.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion curves/ed_on_bls12_381_bandersnatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp-ark-models = { path = "../../models", version = "0.4.0-alpha", default-featur
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
ark-scale = { git = "https://github.com/w3f/ark-scale", version = "0.0.2", features = ["hazmat"], default-features = false }
ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false }
sp-io = { version = "7.0.0", default-features = false }
sp-io = { git = "https://github.com/paritytech/substrate.git", "branch" = "achimcc/arkworks-integration", version = "7.0.0", default-features = false }
ark-ec = { version = "0.4.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 01465b1

Please sign in to comment.