Skip to content

Commit a33e319

Browse files
committed
prepare for 0.5
bump versions; remove patching
1 parent c37fa3d commit a33e319

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

Cargo.toml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude = ["curves/**"]
1818
resolver = "2"
1919

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

3737
[workspace.dependencies]
38-
ark-ec = { version = "0.5.0-alpha", path = "./ec", default-features = false }
39-
ark-ff = { version = "0.5.0-alpha", path = "./ff", default-features = false }
40-
ark-ff-asm = { version = "0.5.0-alpha", path = "./ff-asm" }
41-
ark-ff-macros = { version = "0.5.0-alpha", path = "./ff-macros" }
42-
ark-poly = { version = "0.5.0-alpha", path = "./poly", default-features = false }
43-
ark-serialize = { version = "0.5.0-alpha", path = "./serialize", default-features = false }
44-
ark-serialize-derive = { version = "0.5.0-alpha", path = "./serialize-derive" }
45-
ark-std = { version = "0.5.0-alpha", default-features = false }
46-
47-
ark-algebra-bench-templates = { version = "0.5.0-alpha", path = "./bench-templates", default-features = false }
48-
ark-algebra-test-templates = { version = "0.5.0-alpha", path = "./test-templates", default-features = false }
49-
ark-test-curves = { version = "0.5.0-alpha", path = "./test-curves", default-features = false }
38+
ark-ec = { version = "0.5.0", path = "./ec", default-features = false }
39+
ark-ff = { version = "0.5.0", path = "./ff", default-features = false }
40+
ark-ff-asm = { version = "0.5.0", path = "./ff-asm" }
41+
ark-ff-macros = { version = "0.5.0", path = "./ff-macros" }
42+
ark-poly = { version = "0.5.0", path = "./poly", default-features = false }
43+
ark-serialize = { version = "0.5.0", path = "./serialize", default-features = false }
44+
ark-serialize-derive = { version = "0.5.0", path = "./serialize-derive" }
45+
ark-std = { version = "0.5.0", default-features = false }
46+
47+
ark-algebra-bench-templates = { version = "0.5.0", path = "./bench-templates", default-features = false }
48+
ark-algebra-test-templates = { version = "0.5.0", path = "./test-templates", default-features = false }
49+
ark-test-curves = { version = "0.5.0", path = "./test-curves", default-features = false }
5050

5151
num-traits = { version = "0.2", default-features = false }
5252
num-bigint = { version = "0.4", default-features = false }
@@ -98,6 +98,3 @@ lto = "thin"
9898
incremental = true
9999
debug-assertions = true
100100
debug = true
101-
102-
[patch.crates-io]
103-
ark-std = { git = "https://github.com/arkworks-rs/std/" }

0 commit comments

Comments
 (0)