Skip to content

Commit

Permalink
bump MSRV to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Feb 12, 2025
1 parent 73cb159 commit 76fec7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.77.2", stable, beta, nightly]
rust: ["1.82", stable, beta, nightly]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion turbosql-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0 OR CC0-1.0"
name = "turbosql-impl"
repository = "https://github.com/trevyn/turbosql"
rust-version = "1.77"
rust-version = "1.82"
version = "0.11.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbosql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0 OR CC0-1.0"
name = "turbosql"
readme = "README.md"
repository = "https://github.com/trevyn/turbosql"
rust-version = "1.77"
rust-version = "1.82"
version = "0.11.0"

[dependencies]
Expand Down

0 comments on commit 76fec7c

Please sign in to comment.