Skip to content

Commit

Permalink
Merge pull request #51 from rinde/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 Mar 22, 2024
2 parents 770e959 + 278c380 commit 64ac5f9
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 @@ -55,7 +55,7 @@ unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_tuple_struct_fields = "warn"
dead_code = "warn"
unused = "warn"


Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.75.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-12-29
nightly-2023-03-21

0 comments on commit 64ac5f9

Please sign in to comment.