Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Spxg committed Jan 10, 2025
1 parent 33bfda5 commit 4f724c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_tests/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ mod update;

/// Re-export it, because the `td::test` macro use `crate::wasm_export::init_sqlite`
#[cfg(all(target_family = "wasm", target_os = "unknown", feature = "sqlite"))]
pub use diesel::wasm_export as wasm_export;
pub use diesel::wasm_export;

0 comments on commit 4f724c6

Please sign in to comment.