Skip to content

Commit

Permalink
build: uptick MSRV to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Jan 20, 2025
1 parent c74be36 commit 16cf708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
rust:
- stable
- 1.77.0 # MSRV
- 1.78.0 # MSRV
steps:
- name: Setup | Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/trunk-rs/trunk"
readme = "README.md"
categories = ["command-line-utilities", "wasm", "web-programming"]
keywords = ["wasm", "bundler", "web", "build-tool", "compiler"]
rust-version = "1.77.0"
rust-version = "1.78.0"

[profile.release]
lto = "fat"
Expand Down

0 comments on commit 16cf708

Please sign in to comment.