Skip to content

Commit

Permalink
Revert rust 1.78 update (#4865)
Browse files Browse the repository at this point in the history
Panics when integrated into the client.
https://github.com/prisma/prisma/actions/runs/9033927478/job/24825328380?pr=24151

This reverts commit e162a52.
  • Loading branch information
SevInf committed May 10, 2024
1 parent b046ee1 commit 6eec160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion query-engine/driver-adapters/src/types.rs
@@ -1,5 +1,6 @@
// `clippy::empty_docs` is required because of the `tsify` crate.
#![allow(unused_imports, clippy::empty_docs)]
// TODO: uncomment after rust 1.78 update
#![allow(unused_imports/*, clippy::empty_docs*/)]

use std::str::FromStr;

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

0 comments on commit 6eec160

Please sign in to comment.