You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: book/src/dev/release-checklist.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ releases easier.
46
46
- Move version in changelog to Released
47
47
- Create a new version in “unreleased” in changelog
48
48
49
-
- Update the version number for frost-core and frost-rerandomized in the Ciphersuite crates, e.g. in `frost-core = { path = "../frost-core", version = "0.4.0", features = ["test-impl"] }`. You'll need to do this for dependencies and dev-dependencies
49
+
- Update the version number for frost-core and frost-rerandomized in the root Cargo.toml file, e.g. in `frost-core = { path = "frost-core", version = "0.4.0", default-features = false }`
50
50
51
51
- Create a PR with subject `Release \<version number>` containing all these changes
0 commit comments