Skip to content

Commit f895e6a

Browse files
committed
chore: Update Cargo.toml dependencies in embedded and verify crates
1 parent fffb9fc commit f895e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ panic-halt = "0.2"
1212
# Local Kernel Dependency (Core)
1313
# Using 'valori-kernel' as name to match workspace, path to root where lib.rs lives
1414
# Crucial: default-features = false ensures no_std
15-
valori-kernel = { path = "../crates/kernel", default-features = false }
15+
valori-kernel = { path = "..", default-features = false }
1616
blake3 = { version = "1.5", default-features = false }
1717
bincode = { version = "2.0.0-rc.3", default-features = false, features = ["serde"] }
1818
serde-json-core = "0.5" # No-std JSON serialization for proof

verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
valori-kernel = { path = "../crates/kernel", features = [] }
7+
valori-kernel = { path = "..", features = [] }
88
clap = { version = "4.0", features = ["derive"] }
99
serde = { version = "1.0", features = ["derive"] }
1010
serde_json = "1.0"

0 commit comments

Comments
 (0)