Skip to content

Commit

Permalink
Diesel 2.1 requires rust >= 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
marhag87 committed Jun 9, 2023
1 parent 523a307 commit 1e1e98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
rust_version: [1.56.0, stable, beta]
rust_version: [1.65.0, stable, beta]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0/MIT"
readme = "README.md"
repository = "https://github.com/quodlibetor/diesel-derive-newtype"
# Inherited MSRV of `syn`.
rust-version = "1.56"
rust-version = "1.65"

[dependencies]
proc-macro2 = "1.0.51"
Expand Down

0 comments on commit 1e1e98a

Please sign in to comment.