Skip to content

Commit

Permalink
Use Rust 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Oct 8, 2023
1 parent 43bca6b commit 5424544
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[workspace]
members = ["crates/*"]
resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.73"
authors = ["Chris Pryer <[email protected]>"]
license = "MIT"

[workspace.dependencies]
clap = { version = "4.4.2", features = ["cargo", "derive"] }
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.73"

0 comments on commit 5424544

Please sign in to comment.