Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 8e2e1da

Browse files
authored
Use the agent types from golem-common and upload on deploy (#305)
* Use the agent types from golem-common and upload on deploy * dev.21
1 parent b5244e8 commit 8e2e1da

12 files changed

Lines changed: 248 additions & 865 deletions

File tree

Cargo.lock

Lines changed: 55 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2828
golem-rdbms = "=0.0.2"
2929
golem-wit = "=1.3.0-dev.5"
@@ -135,14 +135,14 @@ wit-encoder = "0.235"
135135
wit-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

147147
redis-protocol = { git = "https://github.com/golemcloud/redis-protocol.rs.git", branch = "unpin-cookie-factory" }
148148
wasmtime = { git = "https://github.com/golemcloud/wasmtime.git", branch = "golem-wasmtime-v33.0.0" }

0 commit comments

Comments
 (0)