Skip to content

Commit

Permalink
Upgrade to Rust v1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfowler committed Oct 5, 2024
1 parent e824324 commit f7885a5
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["main"]

env:
RUST_VERSION: "1.77.2"
RUST_VERSION: "1.81.0"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
RUST_VERSION: "1.77.2"
RUST_VERSION: "1.81.0"

jobs:
release:
Expand Down

0 comments on commit f7885a5

Please sign in to comment.