Skip to content

Commit 4ecad5d

Browse files
committed
all: Set MSRV to 1.78
Signed-off-by: Reilly Brogan <[email protected]>
1 parent e7be403 commit 4ecad5d

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ resolver = "2"
1212
[workspace.package]
1313
version = "0.1.0"
1414
edition = "2021"
15+
rust-version = "1.78"
1516

1617
[workspace.dependencies]
1718
blsforme = { git = "https://github.com/serpent-os/blsforme.git", rev = "0aaece601fe4d11025382fa6e0e45deb1d668c92" }

boulder/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "boulder"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/config/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "config"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/container/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "container"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/dag/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "dag"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/fnmatch/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "fnmatch"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/stone/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "stone"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/stone_recipe/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "stone_recipe"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

crates/triggers/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "triggers"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
[dependencies]
78
dag = { path = "../dag" }

crates/tui/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "tui"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

moss/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "moss"
33
edition.workspace = true
44
version.workspace = true
5+
rust-version.workspace = true
56

67
[dependencies]
78
config = { path = "../crates/config" }

0 commit comments

Comments
 (0)