@@ -8,18 +8,23 @@ exclude = ["desktop-app/src-tauri"]
88[workspace .dependencies ]
99
1010# Golem dep
11- golem-client = " =1.2.2-dev.15 "
12- golem-common = " =1.2.2-dev.15 "
11+ golem-client = " =1.2.2"
12+ golem-common = " =1.2.2"
1313golem-rdbms = " =0.0.2"
14- golem-rib = " =1.2.2-dev.15"
15- golem-rib-repl = " =1.2.2-dev.15"
16- golem-service-base = " =1.2.2-dev.15"
17- golem-wasm-ast = { version = " =1.2.2-dev.15" , default-features = false , features = [" analysis" , " wave" ] }
18- golem-wasm-rpc = { version = " =1.2.2-dev.15" , default-features = false , features = [" host" ] }
14+ golem-rib = " =1.2.2"
15+ golem-rib-repl = " =1.2.2"
16+ golem-service-base = " =1.2.2"
17+ golem-wasm-ast = { version = " =1.2.2" , default-features = false , features = [
18+ " analysis" ,
19+ " wave" ,
20+ ] }
21+ golem-wasm-rpc = { version = " =1.2.2" , default-features = false , features = [
22+ " host" ,
23+ ] }
1924golem-wit = " =1.2.2-dev.11"
2025
2126# Golem cloud deps
22- golem-cloud-client = " =1.2.2-dev.17 "
27+ golem-cloud-client = " =1.2.2"
2328
2429# External deps
2530anyhow = " 1.0.97"
@@ -119,13 +124,13 @@ wit-encoder = "=0.227.1"
119124wit-parser = " =0.227.1"
120125
121126[patch .crates-io ]
122- golem-client = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
123- golem-common = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
124- golem-rib = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
125- golem-rib-repl = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
126- golem-service-base = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
127- golem-wasm-ast = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
128- golem-wasm-rpc = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2-dev.15 " }
127+ golem-client = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
128+ golem-common = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
129+ golem-rib = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
130+ golem-rib-repl = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
131+ golem-service-base = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
132+ golem-wasm-ast = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
133+ golem-wasm-rpc = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.2.2" }
129134
130135redis-protocol = { git = " https://github.com/golemcloud/redis-protocol.rs.git" , branch = " unpin-cookie-factory" }
131136wasmtime = { git = " https://github.com/golemcloud/wasmtime.git" , branch = " golem-wasmtime-v27.0.0" }
0 commit comments