Skip to content

Commit

Permalink
Merge pull request #57 from moia-oss/update-rust-to-1.77.0
Browse files Browse the repository at this point in the history
Update Rust to 1.77.0
  • Loading branch information
rinde authored Apr 2, 2024
2 parents f55d31b + 4517518 commit 7680fda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
unused_results = "warn"
unused_tuple_struct_fields = "warn"
dead_code = "warn"
unused = "warn"

[lints.rustdoc]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.74.0
1.77.0
2 changes: 1 addition & 1 deletion rust-toolchain-nightly
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2023-11-19
nightly-2024-03-21

0 comments on commit 7680fda

Please sign in to comment.