diff --git a/node/Cargo.toml b/node/Cargo.toml index 1bcb4854..febb3f96 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -15,7 +15,7 @@ codec = { workspace = true } serde = { workspace = true, features = ["derive"]} jsonrpsee = { workspace = true, features = ["server"] } futures = { workspace = true } -serde_json = { wokrspace = true } +serde_json = { workspace = true } # Local regionx-runtime = { workspace = true }