Skip to content

Commit

Permalink
Update required rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 21, 2025
1 parent 8f34942 commit 713ba3b
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 @@ -101,7 +101,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [1.65.0] # 1.65.0 introduced GAT stabilization
msrv: [1.66.0] # required by relative-path
name: ubuntu / ${{ matrix.msrv }}
steps:
- 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 @@ -3,7 +3,7 @@ name = "rquickjs"
version = "0.8.1"
authors = ["Mees Delzenne <[email protected]>", "K. <[email protected]>"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.66"
license = "MIT"
readme = "README.md"
description = "High level bindings to the QuickJS JavaScript engine"
Expand Down

0 comments on commit 713ba3b

Please sign in to comment.