Skip to content

Commit 375b493

Browse files
Step up MSRV as async-global-executor needs it
1 parent 40f3d8d commit 375b493

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ authors = [
3535
"Chloe Ross <orangesnowfox@gmail.com>",
3636
"Daniel Akhterov <akhterovd@gmail.com>",
3737
]
38-
# TODO: enable this for 0.9.0
39-
# rust-version = "1.80.0"
38+
rust-version = "1.80.0"
4039

4140
[package]
4241
name = "sqlx"

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.78"
3+
channel = "1.80"
44
profile = "minimal"

0 commit comments

Comments
 (0)