@@ -18,7 +18,7 @@ exclude = ["curves/**"]
1818resolver = " 2"
1919
2020[workspace .package ]
21- version = " 0.5.0-alpha.0 "
21+ version = " 0.5.0"
2222authors = [ " arkworks contributors" ]
2323homepage = " https://arkworks.rs"
2424repository = " https://github.com/arkworks-rs/algebra"
@@ -35,18 +35,18 @@ rustdoc-args = [ "--html-in-header katex-header.html" ]
3535dependent-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
5151num-traits = { version = " 0.2" , default-features = false }
5252num-bigint = { version = " 0.4" , default-features = false }
@@ -98,6 +98,3 @@ lto = "thin"
9898incremental = true
9999debug-assertions = true
100100debug = true
101-
102- [patch .crates-io ]
103- ark-std = { git = " https://github.com/arkworks-rs/std/" }
0 commit comments