diff --git a/xmtp_content_types/Cargo.toml b/xmtp_content_types/Cargo.toml index 52a4599d5..52fa200b5 100644 --- a/xmtp_content_types/Cargo.toml +++ b/xmtp_content_types/Cargo.toml @@ -8,7 +8,6 @@ license.workspace = true thiserror = { workspace = true } prost = { workspace = true, features = ["prost-derive"] } rand = { workspace = true } -diesel = { workspace = true } serde = { workspace = true } # XMTP/Local @@ -20,3 +19,4 @@ xmtp_common = { workspace = true, features = ['test-utils'] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tonic = { version = "0.12", features = ["transport"] } +diesel = { workspace = true }