Skip to content

Commit 3a74252

Browse files
committed
build: Migrate to Obelisk 0.40.0
1 parent 4b8b6a6 commit 3a74252

34 files changed

Lines changed: 423 additions & 435 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ jobs:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
TEST_OWNER: "obeli-sk"
8787
TEST_REPO: "obelisk"
88+
OBELISK__API__TOKEN: "ci"
8889
run: nix develop --command ./scripts/${{ matrix.test }}

activity-rs/graphql-async/flake.lock

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

activity-rs/graphql-async/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
};
1010
};
1111
obelisk = {
12-
url = "github:obeli-sk/obelisk/latest-pre";
12+
url = "github:obeli-sk/obelisk/latest";
1313
inputs = {
1414
nixpkgs.follows = "nixpkgs";
1515
flake-utils.follows = "flake-utils";

activity-rs/http-simple-async/flake.lock

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

activity-rs/http-simple-async/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
};
1010
};
1111
obelisk = {
12-
url = "github:obeli-sk/obelisk/latest-pre";
12+
url = "github:obeli-sk/obelisk/latest";
1313
inputs = {
1414
nixpkgs.follows = "nixpkgs";
1515
flake-utils.follows = "flake-utils";

dev-deps.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cargo-edit-upgrade 0.13.11
22
cargo generate 0.23.9
33
just 1.55.1
4-
obelisk 0.39.5
4+
obelisk 0.40.0
55
pkg-config 0.29.2
66
rustc 1.96.0 (ac68faa20 2026-05-25)
7-
wasm-tools 1.252.0
7+
wasm-tools 1.253.0
88
wasmtime 46.0.1

fibo/activity/flake.lock

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

fibo/activity/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
};
1010
};
1111
obelisk = {
12-
url = "github:obeli-sk/obelisk/latest-pre";
12+
url = "github:obeli-sk/obelisk/latest";
1313
inputs = {
1414
nixpkgs.follows = "nixpkgs";
1515
flake-utils.follows = "flake-utils";

fibo/webhook_endpoint/deployment.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[activity_wasm]]
22
name = "activity_myfibo"
3-
location = "oci://docker.io/getobelisk/example_activity_fibo_template:2026-04-08@sha256:0507c0bee133edcaef50d5712397cdd376475e4c69d8b821896a0a218f7320ce"
3+
location = "oci://docker.io/getobelisk/example_activity_fibo_template:2026-07-13@sha256:9d6b25f81f1fa6ee5b8ff705d15fe39b530c25b0f242c337a28926f5d287cae4"
44

55
[[workflow_wasm]]
66
name = "workflow_myfibo"
7-
location = "oci://docker.io/getobelisk/example_workflow_fibo_template:2026-04-08@sha256:ac27cb6ccb5986e2d0cb129603e19ace9e63a587c298798288eb05468307bb8f"
7+
location = "oci://docker.io/getobelisk/example_workflow_fibo_template:2026-07-13@sha256:e81e0b530a85d225823dd7e8e5a16e34b8d713dcc0790ec89b11cabfb839223e"
88

99
[[webhook_endpoint_wasm]]
1010
name = "{{crate_name}}"

fibo/webhook_endpoint/flake.lock

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

0 commit comments

Comments
 (0)