We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f3d8d commit 375b493Copy full SHA for 375b493
Cargo.toml
@@ -35,8 +35,7 @@ authors = [
35
"Chloe Ross <orangesnowfox@gmail.com>",
36
"Daniel Akhterov <akhterovd@gmail.com>",
37
]
38
-# TODO: enable this for 0.9.0
39
-# rust-version = "1.80.0"
+rust-version = "1.80.0"
40
41
[package]
42
name = "sqlx"
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
# Note: should NOT increase during a minor/patch release cycle
2
[toolchain]
3
-channel = "1.78"
+channel = "1.80"
4
profile = "minimal"
0 commit comments