Skip to content

Commit

Permalink
Rust 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGilchrist committed Dec 29, 2023
1 parent 23d44fc commit e6b7121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.74.1
rustup default 1.75.0
rustup component add clippy
rustup component add rustfmt
Expand Down
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.74.1"
rust-version = "1.75.0"

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

Expand Down

0 comments on commit e6b7121

Please sign in to comment.