Skip to content

Commit

Permalink
bump rust-toolchain to 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Bosquet committed Aug 1, 2024
1 parent 057b0ac commit 92681c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
experimental: [false]
rust:
- 1.74.0
- 1.80.0
- stable
- beta
include:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "This library provides a client to interact with Sōzu."
documentation = "https://github.com/CleverCloud/sozu-client/blob/main/README.md"
version = "0.4.2-rc.1"
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.80.0"
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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.80.0

0 comments on commit 92681c0

Please sign in to comment.