Skip to content

Commit

Permalink
fix wasm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 19, 2024
1 parent 0c3232f commit df9738d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions xmtp_content_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ 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",
] }
sqlite-web = { workspace = true }

0 comments on commit df9738d

Please sign in to comment.