Skip to content

Commit 435c736

Browse files
authored
Merge pull request #142 from obeli-sk/chore/obelisk-0.39.0
chore: migrate obelisk-deploy-flyio to obelisk 0.39.0
2 parents a062512 + 1898032 commit 435c736

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

dev-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cargo generate 0.23.9
44
cargo-insta 1.47.2
55
cargo-nextest 0.9.137
66
just 1.51.0
7-
obelisk 0.38.3
7+
obelisk 0.39.3
88
pkg-config 0.29.2
99
rustc 1.96.0 (ac68faa20 2026-05-25)
1010
wasm-tools 1.250.0

flake.lock

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

obelisk-healthcheck-local.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# deployment to push it from.
66
[[webhook_endpoint_wasm]]
77
name = "webhook_healthcheck"
8-
location = "${DEPLOYMENT_DIR}/target/wasm32-wasip2/release_webhook/webhook_healthcheck.wasm"
8+
location = "target/wasm32-wasip2/release_webhook/webhook_healthcheck.wasm"
99
routes = ["/obeliskhealthcheck"]

obelisk-local-postgres.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ methods = ["GET", "POST"]
2828

2929
[[workflow_wasm]]
3030
name = "obelisk_deployer_flyio"
31-
location = "${DEPLOYMENT_DIR}/target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
31+
location = "target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
3232
backtrace.sources = {
33-
".../src/lib.rs" = "${DEPLOYMENT_DIR}/workflow/deployer-workflow/src/lib.rs",
34-
".../src/testing.rs" = "${DEPLOYMENT_DIR}/workflow/deployer-workflow/src/testing.rs",
35-
".../src/toml.rs" = "${DEPLOYMENT_DIR}/workflow/deployer-workflow/src/toml.rs",
33+
".../src/lib.rs" = "workflow/deployer-workflow/src/lib.rs",
34+
".../src/testing.rs" = "workflow/deployer-workflow/src/testing.rs",
35+
".../src/toml.rs" = "workflow/deployer-workflow/src/toml.rs",
3636
}

obelisk-local.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ methods = ["GET", "POST"]
2828

2929
[[workflow_wasm]]
3030
name = "obelisk_deployer_flyio"
31-
location = "${DEPLOYMENT_DIR}/target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
31+
location = "target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
3232
backtrace.sources = {
33-
".../src/lib.rs" = "${DEPLOYMENT_DIR}/workflow/deployer-workflow/src/lib.rs",
34-
".../src/testing.rs" = "${DEPLOYMENT_DIR}/workflow/deployer-workflow/src/testing.rs",
35-
".../src/toml.rs" = "${DEPLOYMENT_DIR}/workflow/deployer-workflow/src/toml.rs",
33+
".../src/lib.rs" = "workflow/deployer-workflow/src/lib.rs",
34+
".../src/testing.rs" = "workflow/deployer-workflow/src/testing.rs",
35+
".../src/toml.rs" = "workflow/deployer-workflow/src/toml.rs",
3636
}

0 commit comments

Comments
 (0)