Skip to content

Commit

Permalink
fix wasm dependencies, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 19, 2024
1 parent 0c3232f commit 319ae7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xmtp_content_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ xmtp_common = { workspace = true, features = ['test-utils'] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tonic = { version = "0.12", features = ["transport"] }
diesel = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
diesel = { workspace = true, features = [
"returning_clauses_for_sqlite_3_35",
] }

0 comments on commit 319ae7a

Please sign in to comment.