Skip to content

Commit

Permalink
feat: rust 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Apr 7, 2022
1 parent a992c1d commit 0180532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rust-end-to-end-application"
# don't change this, it's updated before an actual build by update-version.sh
version = "0.0.0-development"
edition = "2021"
rust-version = "1.59.0"
rust-version = "1.60.0"
authors = ["Kristof Mattei"]
description = "Rust end-to-end application"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.59.0"
channel = "1.60.0"
components = [ "cargo", "clippy", "rustfmt" ]
profile = "minimal"

0 comments on commit 0180532

Please sign in to comment.