Skip to content

Commit 83ad3b1

Browse files
committed
build: uptick msrv to 1.75 due to async traits
1 parent c36f733 commit 83ad3b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
rust:
5353
- stable
54-
- 1.74.0 # MSRV
54+
- 1.75.0 # MSRV
5555
steps:
5656
- name: Setup | Checkout
5757
uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/trunk-rs/trunk"
1212
readme = "README.md"
1313
categories = ["command-line-utilities", "wasm", "web-programming"]
1414
keywords = ["wasm", "bundler", "web", "build-tool", "compiler"]
15-
rust-version = "1.74.0"
15+
rust-version = "1.75.0"
1616

1717
[profile.release]
1818
lto = "fat"

0 commit comments

Comments
 (0)