Skip to content

Commit

Permalink
disable postcard default features
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-schott committed Aug 22, 2024
1 parent 0a47b45 commit 546e387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = { workspace = true }

[dependencies]
nexus-rt-macros = { path = "macros", version = "0.1.0" }
postcard = { version = "1.0.10", features = ["alloc"] }
postcard = { version = "1.0.10", features = ["alloc"], default_features = false }
serde = { version = "1.0", default-features = false }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde.workspace = true

nexus-core = { path = "../core", features = ["prover_nova", "prover_jolt", "prover_hypernova"] }
nexus-macro = { path = "../macro" }
postcard = { version = "1.0.10", features = ["alloc"] }
postcard = { version = "1.0.10", features = ["alloc"], default_features = false }
uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }
thiserror = "1.0.61"

Expand Down

0 comments on commit 546e387

Please sign in to comment.