@@ -23,12 +23,12 @@ path = "tests/main.rs"
2323harness = false
2424
2525[dependencies ]
26- golem-client = { path = " ../golem-client" , version = " 0.0.0" }
27- golem-common = { path = " ../golem-common" , version = " 0.0.0" , default-features = false }
28- golem-rib = { path = " ../golem-rib" , version = " 0.0.0" , default-features = false }
29- golem-wasm-ast = { path = " ../wasm-ast" , version = " 0.0.0" , default-features = false , features = [" analysis" ] }
30- golem-wasm-rpc = { path = " ../wasm-rpc" , version = " 0.0.0" , default-features = false }
31- golem-wasm-rpc-stubgen = { path = " ../wasm-rpc-stubgen" , version = " 0.0.0" }
26+ golem-client = { path = " ../golem-client" , version = " = 0.0.0" }
27+ golem-common = { path = " ../golem-common" , version = " = 0.0.0" , default-features = false }
28+ golem-rib = { path = " ../golem-rib" , version = " = 0.0.0" , default-features = false }
29+ golem-wasm-ast = { path = " ../wasm-ast" , version = " = 0.0.0" , default-features = false , features = [" analysis" ] }
30+ golem-wasm-rpc = { path = " ../wasm-rpc" , version = " = 0.0.0" , default-features = false }
31+ golem-wasm-rpc-stubgen = { path = " ../wasm-rpc-stubgen" , version = " = 0.0.0" }
3232
3333anyhow.workspace = true
3434assert2 = { workspace = true }
@@ -45,7 +45,7 @@ derive_more = { workspace = true }
4545dirs = " 5.0.1"
4646futures-util = { workspace = true }
4747glob = " 0.3.1"
48- golem-examples = " 1.1.1"
48+ golem-examples = " = 1.1.1"
4949h2 = " 0.4.7"
5050http = { workspace = true }
5151humansize = { workspace = true }
@@ -84,7 +84,7 @@ walkdir = "2.5.0"
8484wasm-wave = { workspace = true }
8585
8686[dev-dependencies ]
87- golem-test-framework = { path = " ../golem-test-framework" , version = " 0.0.0" }
87+ golem-test-framework = { path = " ../golem-test-framework" , version = " = 0.0.0" }
8888
8989async-recursion = { workspace = true }
9090env_logger = " 0.11.5"
0 commit comments