Skip to content

Commit

Permalink
fix wasm findings build
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 11, 2024
1 parent 7645d95 commit 0231754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xmtp_content_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ license.workspace = true
thiserror = { workspace = true }
prost = { workspace = true, features = ["prost-derive"] }
rand = { workspace = true }
tonic = { version = "0.12", features = ["transport"] }

# XMTP/Local
xmtp_proto = { workspace = true, features = ["convert"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tonic = { version = "0.12", features = ["transport"] }

0 comments on commit 0231754

Please sign in to comment.