Skip to content

Commit

Permalink
chore: upgrade rust-toolchain to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander committed Jul 27, 2024
1 parent ef50c42 commit c009cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# 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.
[toolchain]
channel = "1.78"
channel = "1.80"
profile = "minimal"
3 changes: 3 additions & 0 deletions sqlx-core/src/any/kind.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Annoying how deprecation warnings trigger in the same module as the deprecated item.
#![allow(deprecated)]
// Cargo features are broken in this file.
// `AnyKind` may return at some point but it won't be a simple enum.
#![allow(unexpected_cfgs)]

use crate::error::Error;
use std::str::FromStr;
Expand Down

0 comments on commit c009cea

Please sign in to comment.