Skip to content

Commit

Permalink
fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf committed Apr 23, 2024
1 parent 8eb697b commit b3c9682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b3c9682

Please sign in to comment.