Skip to content

Commit

Permalink
feat: update Rust version to 1.84 in Cargo.toml files (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémy Audiger <[email protected]>
  • Loading branch information
jaudiger authored Jan 22, 2025
1 parent d530162 commit b5dc856
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace.package]
edition = "2021"
rust-version = "1.84"

[workspace]
resolver = "2"
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-autopack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "brioche-autopack"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true

[dependencies]
brioche-pack = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-cc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "brioche-cc"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true

[dependencies]
eyre = "0.6.12"
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-ld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "brioche-ld"
version = "0.1.1"
edition.workspace = true
rust-version.workspace = true

[dependencies]
brioche-autopack = { path = "../brioche-autopack" }
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-packed-plain-exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-packed-userland-exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-packer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "brioche-packer"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true

[dependencies]
brioche-autopack = { path = "../brioche-autopack" }
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "brioche-resources"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true

[dependencies]
blake3 = "1.5.1"
Expand Down
1 change: 1 addition & 0 deletions crates/brioche-strip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "brioche-strip"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true

[dependencies]
brioche-autopack = { path = "../brioche-autopack" }
Expand Down
1 change: 1 addition & 0 deletions crates/runnable-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5dc856

Please sign in to comment.