Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 76693ba

Browse files
committed
features are hard
1 parent e68de29 commit 76693ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ prisma-client-rust = { path = "..", features = [
1818
"sqlite-create-many",
1919
"sqlite",
2020
"migrations",
21-
"rspc",
21+
"rspc",
2222
# "mutation-callbacks",
2323
"mocking",
2424
], default-features = false }

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub use raw::*;
4040
pub use traits::*;
4141
pub use transaction::*;
4242

43-
#[cfg(features = "rspc")]
43+
#[cfg(feature = "rspc")]
4444
pub use prisma_client_rust_macros as macros;
4545

4646
#[cfg(feature = "rspc")]

0 commit comments

Comments
 (0)