@@ -5,7 +5,7 @@ edition = "2021"
5
5
# - Update html_root_url
6
6
# - Update CHANGELOG.md
7
7
# - Create git tag.
8
- version = " 1.0.0-rc.0 "
8
+ version = " 1.0.0"
9
9
authors = [
" Deirdre Connolly <[email protected] >" ,
" Chelsea Komlo <[email protected] >" ,
" Conrado Gouvea <[email protected] >" ]
10
10
readme = " README.md"
11
11
license = " MIT OR Apache-2.0"
@@ -21,15 +21,15 @@ rustdoc-args = ["--cfg", "docsrs"]
21
21
[dependencies ]
22
22
curve25519-dalek = { version = " =4.1.2" , features = [" serde" , " rand_core" ] }
23
23
document-features = " 0.2.7"
24
- frost-core = { path = " ../frost-core" , version = " 1.0.0-rc.0 " }
25
- frost-rerandomized = { path = " ../frost-rerandomized" , version = " 1.0.0-rc.0 " }
24
+ frost-core = { path = " ../frost-core" , version = " 1.0.0" }
25
+ frost-rerandomized = { path = " ../frost-rerandomized" , version = " 1.0.0" }
26
26
rand_core = " 0.6"
27
27
sha2 = " 0.10.2"
28
28
29
29
[dev-dependencies ]
30
30
criterion = { version = " 0.5" , features = [" html_reports" ] }
31
- frost-core = { path = " ../frost-core" , version = " 1.0.0-rc.0 " , features = [" test-impl" ] }
32
- frost-rerandomized = { path = " ../frost-rerandomized" , version = " 1.0.0-rc.0 " , features = [" test-impl" ] }
31
+ frost-core = { path = " ../frost-core" , version = " 1.0.0" , features = [" test-impl" ] }
32
+ frost-rerandomized = { path = " ../frost-rerandomized" , version = " 1.0.0" , features = [" test-impl" ] }
33
33
insta = { version = " 1.31.0" , features = [" yaml" ] }
34
34
hex = " 0.4.3"
35
35
lazy_static = " 1.4"
0 commit comments