Skip to content

Commit

Permalink
Fix local versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoufu committed Apr 25, 2024
1 parent bc07cf6 commit 8457ec6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]

[workspace.dependencies]
# local projects
jsonrpc-core = { version = "18.0.0", path = "./core" }
jsonrpc-core-client = { version = "18.0.0", path = "./core-client" }
jsonrpc-http-server = { version = "18.0.0", path = "./http" }
jsonrpc-ipc-server = { version = "18.0.0", path = "./ipc" }
jsonrpc-pubsub = { version = "18.0.0", path = "./pubsub" }
jsonrpc-server-utils = { version = "18.0.0", path = "./server-utils" }
jsonrpc-tcp-server = { version = "18.0.0", path = "./tcp" }
jsonrpc-core = { version = "18.0.1", path = "./core" }
jsonrpc-core-client = { version = "18.0.1", path = "./core-client" }
jsonrpc-http-server = { version = "18.0.1", path = "./http" }
jsonrpc-ipc-server = { version = "18.0.1", path = "./ipc" }
jsonrpc-pubsub = { version = "18.0.1", path = "./pubsub" }
jsonrpc-server-utils = { version = "18.0.1", path = "./server-utils" }
jsonrpc-tcp-server = { version = "18.0.1", path = "./tcp" }

assert_matches = "1.3"
env_logger = "0.7"
Expand Down

0 comments on commit 8457ec6

Please sign in to comment.