Skip to content

Commit

Permalink
Rust 1.72.1 + cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGilchrist committed Sep 29, 2023
1 parent 24a95a3 commit f49c9e9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Toolchain
run: |
rustup default 1.72.0
rustup default 1.72.1
rustup component add clippy
rustup component add rustfmt
Expand Down
87 changes: 40 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "thefug"
version = "0.1.0"
edition = "2021"
rust-version = "1.72.0"
rust-version = "1.72.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit f49c9e9

Please sign in to comment.