aboutsummaryrefslogtreecommitdiff
path: root/zkvms/nexus/host/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-01-30 11:55:28 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-30 11:55:28 +0200
commitac4a996f7ee167f93db1820524130b29cec0421a (patch)
tree2d6798e63b05664886c6853d79b03420c6f5be48 /zkvms/nexus/host/Cargo.toml
parentb5a2c3dde173751d88a939323a182418e2f9f688 (diff)
downloadzkVMs-benchmarks-ac4a996f7ee167f93db1820524130b29cec0421a.tar
zkVMs-benchmarks-ac4a996f7ee167f93db1820524130b29cec0421a.tar.gz
zkVMs-benchmarks-ac4a996f7ee167f93db1820524130b29cec0421a.zip
feat(nexus): Adapt to new input type and zkvmLib
Diffstat (limited to 'zkvms/nexus/host/Cargo.toml')
-rw-r--r--zkvms/nexus/host/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/zkvms/nexus/host/Cargo.toml b/zkvms/nexus/host/Cargo.toml
index 6ace3f7..c27b920 100644
--- a/zkvms/nexus/host/Cargo.toml
+++ b/zkvms/nexus/host/Cargo.toml
@@ -7,7 +7,3 @@ edition = "2021"
nexus-sdk = { path = "/nix/store/krlanfap664k4g88qgsssxi0818z92r8-Nexus-zkVM-unstable-2024-12-18/sdk" }
zkvms_host_io = { path = "../../../zkvms_host_io" }
-
-# THESE ARE A COPY OF THE GUEST DEPENDENCIES
-# They're here as a hack, so crane.lib will fetch them
-postcard = { version = "1.0.10", default-features = false, features = ["alloc"] }