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: docs/RELEASE.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ cargo publish --dry-run
13
13
freshness still has to be checked before release through crates.io, docs.rs,
14
14
upstream repositories, and RustSec advisories.
15
15
16
-
The stable gate runs the normal project checks, package verification, documentation generation, fuzz harness compilation, and reproducibility checks. Optional SBOM generation runs when `cargo-sbom` is installed.
16
+
The stable gate runs on the pinned development toolchain from
17
+
`rust-toolchain.toml`. The normal project checks also install and run focused
18
+
compatibility checks against the `Cargo.toml` MSRV, currently Rust `1.90.0`.
19
+
Package verification, documentation generation, fuzz harness compilation, and
20
+
reproducibility checks run as part of the same gate. Optional SBOM generation
21
+
runs when `cargo-sbom` is installed.
17
22
18
23
The crate package should contain the reusable library, metadata, documentation, and policy scripts. It should not contain binaries, the demo/API server, fuzz harnesses, or generated build output.
0 commit comments