Skip to content

Commit

Permalink
build: upgrade MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Apr 1, 2024
1 parent bdafb0a commit 7ae6f91
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 @@ -8,7 +8,7 @@ exclude = ["/README.md"]
keywords = ["cli", "formatter"]
license = "MIT"
repository = "https://github.com/azzamsa/gelatyx"
rust-version = "1.73.0"
rust-version = "1.77.1"
description = "Format code blocks inside the docs"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.73.0"
channel = "1.77.1"
components = ["rustfmt", "clippy"]

0 comments on commit 7ae6f91

Please sign in to comment.