@@ -11,19 +11,19 @@ license-file = "LICENSE"
1111[workspace .dependencies ]
1212
1313# Golem dep
14- golem-client = " =1.3.0-dev.19 "
15- golem-common = " =1.3.0-dev.19 "
16- golem-rib = " =1.3.0-dev.19 "
17- golem-rib-repl = " =1.3.0-dev.19 "
18- golem-service-base = " =1.3.0-dev.19 "
19- golem-wasm-ast = { version = " =1.3.0-dev.19 " , default-features = false , features = [
14+ golem-client = " =1.3.0-dev.21 "
15+ golem-common = " =1.3.0-dev.21 "
16+ golem-rib = " =1.3.0-dev.21 "
17+ golem-rib-repl = " =1.3.0-dev.21 "
18+ golem-service-base = " =1.3.0-dev.21 "
19+ golem-wasm-ast = { version = " =1.3.0-dev.21 " , default-features = false , features = [
2020 " analysis" ,
2121 " wave" ,
2222] }
23- golem-wasm-rpc = { version = " =1.3.0-dev.19 " , default-features = false , features = [
23+ golem-wasm-rpc = { version = " =1.3.0-dev.21 " , default-features = false , features = [
2424 " host" ,
2525] }
26- golem-wasm-rpc-derive = " =1.3.0-dev.19 "
26+ golem-wasm-rpc-derive = " =1.3.0-dev.21 "
2727
2828golem-rdbms = " =0.0.2"
2929golem-wit = " =1.3.0-dev.5"
@@ -135,14 +135,14 @@ wit-encoder = "0.235"
135135wit-parser = " 0.235"
136136
137137[patch .crates-io ]
138- golem-client = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
139- golem-common = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
140- golem-rib = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
141- golem-rib-repl = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
142- golem-service-base = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
143- golem-wasm-ast = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
144- golem-wasm-rpc = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
145- golem-wasm-rpc-derive = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.19 " }
138+ golem-client = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
139+ golem-common = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
140+ golem-rib = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
141+ golem-rib-repl = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
142+ golem-service-base = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
143+ golem-wasm-ast = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
144+ golem-wasm-rpc = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
145+ golem-wasm-rpc-derive = { git = " https://github.com/golemcloud/golem.git" , tag = " v1.3.0-dev.21 " }
146146
147147redis-protocol = { git = " https://github.com/golemcloud/redis-protocol.rs.git" , branch = " unpin-cookie-factory" }
148148wasmtime = { git = " https://github.com/golemcloud/wasmtime.git" , branch = " golem-wasmtime-v33.0.0" }
0 commit comments