Skip to content

Commit f021219

Browse files
committed
refactor: specify the MSRV
1 parent 6ef2651 commit f021219

File tree

7 files changed

+7
-3
lines changed

7 files changed

+7
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ readme = "README.md"
2929
homepage = "https://github.com/MAIF/yozefu"
3030
repository = "https://github.com/MAIF/yozefu.git"
3131
license = "Apache-2.0"
32+
rust-version = "1.80.1"
3233

3334

3435
[workspace.dependencies]

crates/app/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ edition.workspace = true
1010
homepage.workspace = true
1111
license.workspace = true
1212
repository.workspace = true
13+
rust-version.workspace = true
1314

1415
[dependencies]
1516
serde = { workspace = true }

crates/bin/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ homepage.workspace = true
1414
license.workspace = true
1515
repository.workspace = true
1616
readme.workspace = true
17+
rust-version.workspace = true
1718

1819
[[bin]]
1920
name = "yozf"

crates/command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition.workspace = true
1414
homepage.workspace = true
1515
license.workspace = true
1616
repository.workspace = true
17-
17+
rust-version.workspace = true
1818

1919

2020
[dependencies]

crates/lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ edition.workspace = true
1010
homepage.workspace = true
1111
license.workspace = true
1212
repository.workspace = true
13+
rust-version.workspace = true
1314

1415
[dependencies]
1516
serde = { workspace = true }

crates/tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition.workspace = true
1414
homepage.workspace = true
1515
license.workspace = true
1616
repository.workspace = true
17-
17+
rust-version.workspace = true
1818

1919
[dependencies]
2020
tokio = { version = "1", features = ["full", "tracing"] }

crates/wasm-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010
homepage.workspace = true
1111
license.workspace = true
1212
repository.workspace = true
13-
13+
rust-version.workspace = true
1414

1515
[dependencies]
1616
serde = { workspace = true }

0 commit comments

Comments
 (0)