forked from launchbadge/sqlx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,8 @@ authors = [ | |
"Chloe Ross <[email protected]>", | ||
"Daniel Akhterov <[email protected]>", | ||
] | ||
# TODO: enable this for 0.9.0 | ||
# rust-version = "1.80.0" | ||
|
||
[package] | ||
name = "sqlx" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# NOTE: this does NOT indicate a Minimum Supported Rust Version (MSRV) of SQLx. | ||
# We reserve the right to increase this version at any time without considering it to be a breaking change. | ||
# See the answer in FAQ.md for details. | ||
# Note: should NOT increase during a minor/patch release cycle | ||
[toolchain] | ||
channel = "1.80" | ||
channel = "1.78" | ||
profile = "minimal" |