Skip to content

Commit 701ea8c

Browse files
committed
chore: increase MSRV further to 1.86
1 parent 7280484 commit 701ea8c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section will be replaced in subsequent alpha releases. See the Git history
1414
### Breaking
1515

1616
* [[#3821]] Groundwork for 0.9.0-alpha.1
17-
* Increased MSRV to 1.85 and set rust-version [@abonander]
17+
* Increased MSRV to 1.86 and set rust-version [@abonander]
1818
* Deleted deprecated combination runtime+TLS features (e.g. `runtime-tokio-native-tls`)
1919
* Deleted re-export of unstable `TransactionManager` trait in `sqlx`.
2020
* Not technically a breaking change because it's `#[doc(hidden)]`,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ authors = [
3636
"Chloe Ross <orangesnowfox@gmail.com>",
3737
"Daniel Akhterov <akhterovd@gmail.com>",
3838
]
39-
rust-version = "1.85.0"
39+
rust-version = "1.86.0"
4040

4141
[package]
4242
name = "sqlx"

FAQ.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ As a rule, however, we only officially support the range of versions for each da
1818
For each database and where applicable, we test against the latest and oldest versions that we intend to support. You can see the current versions being tested against by looking at our CI config: https://github.com/launchbadge/sqlx/blob/main/.github/workflows/sqlx.yml#L168
1919

2020
-------------------------------------------------------------------
21+
<a name="MSRV"></a>
2122
### What versions of Rust does SQLx support? What is SQLx's MSRV\*?
2223

2324
SQLx's MSRV is the second-to-latest stable release as of the beginning of the current release cycle (`0.x.0`).

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Note: should NOT increase during a minor/patch release cycle
22
[toolchain]
3-
channel = "1.85"
3+
channel = "1.86"
44
profile = "minimal"

0 commit comments

Comments
 (0)