diff --git a/Cargo.toml b/Cargo.toml index b68edab..34fe247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace.package] edition = "2021" +rust-version = "1.84" [workspace] resolver = "2" diff --git a/crates/brioche-autopack/Cargo.toml b/crates/brioche-autopack/Cargo.toml index 9999495..0cd98ae 100644 --- a/crates/brioche-autopack/Cargo.toml +++ b/crates/brioche-autopack/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-autopack" version = "0.1.0" edition.workspace = true +rust-version.workspace = true [dependencies] brioche-pack = { workspace = true } diff --git a/crates/brioche-cc/Cargo.toml b/crates/brioche-cc/Cargo.toml index 527a8a6..fff0c28 100644 --- a/crates/brioche-cc/Cargo.toml +++ b/crates/brioche-cc/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-cc" version = "0.1.0" edition.workspace = true +rust-version.workspace = true [dependencies] eyre = "0.6.12" diff --git a/crates/brioche-ld/Cargo.toml b/crates/brioche-ld/Cargo.toml index ebe1838..9917514 100644 --- a/crates/brioche-ld/Cargo.toml +++ b/crates/brioche-ld/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-ld" version = "0.1.1" edition.workspace = true +rust-version.workspace = true [dependencies] brioche-autopack = { path = "../brioche-autopack" } diff --git a/crates/brioche-packed-plain-exec/Cargo.toml b/crates/brioche-packed-plain-exec/Cargo.toml index 7d20cfb..7fb5aaf 100644 --- a/crates/brioche-packed-plain-exec/Cargo.toml +++ b/crates/brioche-packed-plain-exec/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-packed-plain-exec" version = "0.1.1" edition.workspace = true +rust-version.workspace = true [dependencies] brioche-pack = { workspace = true } diff --git a/crates/brioche-packed-userland-exec/Cargo.toml b/crates/brioche-packed-userland-exec/Cargo.toml index c148002..a910d42 100644 --- a/crates/brioche-packed-userland-exec/Cargo.toml +++ b/crates/brioche-packed-userland-exec/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-packed-userland-exec" version = "0.1.1" edition.workspace = true +rust-version.workspace = true [dependencies] bincode = "2.0.0-rc.3" diff --git a/crates/brioche-packer/Cargo.toml b/crates/brioche-packer/Cargo.toml index 505004d..5991347 100644 --- a/crates/brioche-packer/Cargo.toml +++ b/crates/brioche-packer/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-packer" version = "0.1.0" edition.workspace = true +rust-version.workspace = true [dependencies] brioche-autopack = { path = "../brioche-autopack" } diff --git a/crates/brioche-resources/Cargo.toml b/crates/brioche-resources/Cargo.toml index 633cc02..85346e8 100644 --- a/crates/brioche-resources/Cargo.toml +++ b/crates/brioche-resources/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-resources" version = "0.1.0" edition.workspace = true +rust-version.workspace = true [dependencies] blake3 = "1.5.1" diff --git a/crates/brioche-strip/Cargo.toml b/crates/brioche-strip/Cargo.toml index 629a4aa..1d939cf 100644 --- a/crates/brioche-strip/Cargo.toml +++ b/crates/brioche-strip/Cargo.toml @@ -2,6 +2,7 @@ name = "brioche-strip" version = "0.1.0" edition.workspace = true +rust-version.workspace = true [dependencies] brioche-autopack = { path = "../brioche-autopack" } diff --git a/crates/runnable-core/Cargo.toml b/crates/runnable-core/Cargo.toml index cf9d47f..96216fe 100644 --- a/crates/runnable-core/Cargo.toml +++ b/crates/runnable-core/Cargo.toml @@ -2,6 +2,7 @@ name = "runnable-core" version = "0.1.0" edition.workspace = true +rust-version.workspace = true [dependencies] bincode = "2.0.0-rc.3"