Skip to content

Commit

Permalink
features are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Mar 19, 2023
1 parent e68de29 commit 76693ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ prisma-client-rust = { path = "..", features = [
"sqlite-create-many",
"sqlite",
"migrations",
"rspc",
"rspc",
# "mutation-callbacks",
"mocking",
], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub use raw::*;
pub use traits::*;
pub use transaction::*;

#[cfg(features = "rspc")]
#[cfg(feature = "rspc")]
pub use prisma_client_rust_macros as macros;

#[cfg(feature = "rspc")]
Expand Down

0 comments on commit 76693ba

Please sign in to comment.