Skip to content

Commit

Permalink
Revert "Revert rust 1.78 update (#4865)"
Browse files Browse the repository at this point in the history
This reverts commit 6eec160.
  • Loading branch information
aqrln committed May 10, 2024
1 parent fc307ba commit fc92622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions query-engine/driver-adapters/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// `clippy::empty_docs` is required because of the `tsify` crate.
// TODO: uncomment after rust 1.78 update
#![allow(unused_imports/*, clippy::empty_docs*/)]
#![allow(unused_imports, clippy::empty_docs)]

use std::str::FromStr;

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.77.0"
channel = "1.78.0"
components = ["clippy", "rustfmt", "rust-src"]
targets = [
# WASM target for serverless and edge environments.
Expand Down

0 comments on commit fc92622

Please sign in to comment.