Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
workspace: set rust-version (MSRV)
Merged liw opened 11 months ago

This declares the minimum supported Rust version, independently of the rust-toolchain.toml file, which specifies the Rust version and toolchain components the crate/workspace should be built with. The MSRV affects other crates that depend on anything in this workspace, but the toolchain file does not seem to affect them. This means the MSRV is useful for those who build or develop dependents.

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +1 -0 9f2c4e39 41f9048d
modified Cargo.toml
@@ -1,5 +1,6 @@
[workspace]
package.version = "0.9.0"
+
rust-version = "1.78"
members = [
  "radicle",
  "radicle-cob",