Skip to content

Commit

Permalink
Add minimum rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyzrantsev committed Jan 2, 2025
1 parent 6bda510 commit a5f3d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions zefiro-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "zefiro-cli"
version = "0.1.0"
edition = "2021"
rust-version = "1.83.0"

[dependencies]
1 change: 1 addition & 0 deletions zefiro-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "zefiro-core"
version = "0.1.0"
edition = "2021"
rust-version = "1.83.0"

[dependencies]
1 change: 1 addition & 0 deletions zefiro-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "zefiro-ui"
version = "0.1.0"
edition = "2021"
rust-version = "1.83.0"

[dependencies]

0 comments on commit a5f3d13

Please sign in to comment.