@@ -52,16 +52,16 @@ codegen-units = 1
5252
5353[workspace .dependencies ]
5454# local crates
55- roxy-types = { path = " crates/types" }
56- roxy-traits = { path = " crates/traits" }
57- roxy-runtime = { path = " crates/runtime" }
58- roxy-backend = { path = " crates/backend" }
59- roxy-cache = { path = " crates/cache" }
60- roxy-rpc = { path = " crates/rpc" }
61- roxy-server = { path = " crates/server" }
62- roxy-config = { path = " crates/config" }
63- roxy-test-utils = { path = " crates/test-utils" }
64- roxy -cli = { path = " crates/cli" }
55+ roxy-types = { version = " 0.1.0 " , path = " crates/types" }
56+ roxy-traits = { version = " 0.1.0 " , path = " crates/traits" }
57+ roxy-runtime = { version = " 0.1.0 " , path = " crates/runtime" }
58+ roxy-backend = { version = " 0.1.0 " , path = " crates/backend" }
59+ roxy-cache = { version = " 0.1.0 " , path = " crates/cache" }
60+ roxy-rpc = { version = " 0.1.0 " , path = " crates/rpc" }
61+ roxy-server = { version = " 0.1.0 " , path = " crates/server" }
62+ roxy-config = { version = " 0.1.0 " , path = " crates/config" }
63+ roxy-test-utils = { version = " 0.1.0 " , path = " crates/test-utils" }
64+ roxyproxy -cli = { version = " 0.1.0 " , path = " crates/cli" }
6565
6666# alloy - Ethereum primitives and JSON-RPC types
6767alloy-primitives = " 1.4"
0 commit comments