Skip to content

Commit

Permalink
prepare for 0.5
Browse files Browse the repository at this point in the history
bump versions; remove patching
  • Loading branch information
mmagician committed Oct 28, 2024
1 parent c37fa3d commit a33e319
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["curves/**"]
resolver = "2"

[workspace.package]
version = "0.5.0-alpha.0"
version = "0.5.0"
authors = [ "arkworks contributors" ]
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/algebra"
Expand All @@ -35,18 +35,18 @@ rustdoc-args = [ "--html-in-header katex-header.html" ]
dependent-version = "fix"

[workspace.dependencies]
ark-ec = { version = "0.5.0-alpha", path = "./ec", default-features = false }
ark-ff = { version = "0.5.0-alpha", path = "./ff", default-features = false }
ark-ff-asm = { version = "0.5.0-alpha", path = "./ff-asm" }
ark-ff-macros = { version = "0.5.0-alpha", path = "./ff-macros" }
ark-poly = { version = "0.5.0-alpha", path = "./poly", default-features = false }
ark-serialize = { version = "0.5.0-alpha", path = "./serialize", default-features = false }
ark-serialize-derive = { version = "0.5.0-alpha", path = "./serialize-derive" }
ark-std = { version = "0.5.0-alpha", default-features = false }

ark-algebra-bench-templates = { version = "0.5.0-alpha", path = "./bench-templates", default-features = false }
ark-algebra-test-templates = { version = "0.5.0-alpha", path = "./test-templates", default-features = false }
ark-test-curves = { version = "0.5.0-alpha", path = "./test-curves", default-features = false }
ark-ec = { version = "0.5.0", path = "./ec", default-features = false }
ark-ff = { version = "0.5.0", path = "./ff", default-features = false }
ark-ff-asm = { version = "0.5.0", path = "./ff-asm" }
ark-ff-macros = { version = "0.5.0", path = "./ff-macros" }
ark-poly = { version = "0.5.0", path = "./poly", default-features = false }
ark-serialize = { version = "0.5.0", path = "./serialize", default-features = false }
ark-serialize-derive = { version = "0.5.0", path = "./serialize-derive" }
ark-std = { version = "0.5.0", default-features = false }

ark-algebra-bench-templates = { version = "0.5.0", path = "./bench-templates", default-features = false }
ark-algebra-test-templates = { version = "0.5.0", path = "./test-templates", default-features = false }
ark-test-curves = { version = "0.5.0", path = "./test-curves", default-features = false }

num-traits = { version = "0.2", default-features = false }
num-bigint = { version = "0.4", default-features = false }
Expand Down Expand Up @@ -98,6 +98,3 @@ lto = "thin"
incremental = true
debug-assertions = true
debug = true

[patch.crates-io]
ark-std = { git = "https://github.com/arkworks-rs/std/" }

0 comments on commit a33e319

Please sign in to comment.