Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 187af02

Browse files
authored
Merge pull request #535 from PrimeIntellect-ai/release/0.3.2
Release: 0.3.2
2 parents 7a94d8a + f1abe8f commit 187af02

23 files changed

Lines changed: 824 additions & 67 deletions

File tree

.github/workflows/prod-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
override: true
5555

5656
- name: Build all workspace members
57+
env:
58+
WORKER_RPC_URL: https://sepolia.base.org
5759
if: steps.check_tag.outputs.exists == 'false'
5860
run: |
5961
export CARGO_BUILD_JOBS=$(nproc)

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ iroh = "0.34.1"
4040
rand_v8 = { package = "rand", version = "0.8.5", features = ["std"] }
4141
rand_core_v6 = { package = "rand_core", version = "0.6.4", features = ["std"] }
4242
[workspace.package]
43-
version = "0.3.1"
43+
version = "0.3.2"
4444
edition = "2021"
4545

4646
[workspace.features]

crates/orchestrator/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ serde_json = { workspace = true }
2828
shared = { workspace = true }
2929
tokio = { workspace = true }
3030
url = { workspace = true }
31+
utoipa = { version = "5.3.0", features = ["actix_extras", "chrono", "uuid"] }
32+
utoipa-swagger-ui = { version = "9.0.2", features = ["actix-web", "debug-embed", "reqwest", "vendored"] }
3133
uuid = { workspace = true }
3234
iroh = { workspace = true }
3335
rand_v8 = { workspace = true }

0 commit comments

Comments
 (0)