Skip to content

Commit f7885a5

Browse files
committed
Upgrade to Rust v1.81.0
1 parent e824324 commit f7885a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ["main"]
66

77
env:
8-
RUST_VERSION: "1.77.2"
8+
RUST_VERSION: "1.81.0"
99

1010
jobs:
1111
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
RUST_VERSION: "1.77.2"
8+
RUST_VERSION: "1.81.0"
99

1010
jobs:
1111
release:

0 commit comments

Comments
 (0)