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

Commit 4c9a178

Browse files
authored
Final 1.2.2 deps (#247)
1 parent 50b9ca4 commit 4c9a178

File tree

3 files changed

+88
-82
lines changed

3 files changed

+88
-82
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1313
golem-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+
] }
1924
golem-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
2530
anyhow = "1.0.97"
@@ -119,13 +124,13 @@ wit-encoder = "=0.227.1"
119124
wit-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

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

0 commit comments

Comments
 (0)