Skip to content

Commit d547db1

Browse files
committed
bump MSRV to 1.69
1 parent 012808e commit d547db1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
rust: ["1.67.1", stable, beta, nightly]
37+
rust: ["1.69", stable, beta, nightly]
3838

3939
steps:
4040
- uses: actions/checkout@v4

turbosql-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0 OR CC0-1.0"
55
name = "turbosql-impl"
66
repository = "https://github.com/trevyn/turbosql"
7-
rust-version = "1.67"
7+
rust-version = "1.69"
88
version = "0.9.0"
99

1010
[lib]

turbosql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0 OR CC0-1.0"
88
name = "turbosql"
99
readme = "README.md"
1010
repository = "https://github.com/trevyn/turbosql"
11-
rust-version = "1.67"
11+
rust-version = "1.69"
1212
version = "0.9.0"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)