Skip to content

Commit 938c761

Browse files
committed
Point edgezero dependencies at PR #306 branch (State<T> + with_state)
Switch the six edgezero git deps from branch main to worktree-state-nested-secrets-spec-review (stackpop/edgezero#306, stacked on #300) to pick up the Phase 0 State<T> extractor work. cargo check-axum passes.
1 parent 1e57ad7 commit 938c761

2 files changed

Lines changed: 25 additions & 98 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ criterion = { version = "0.5", default-features = false, features = ["cargo_benc
4343
derive_more = { version = "2.0", features = ["display", "error"] }
4444
directories = "5"
4545
ed25519-dalek = { version = "2.2", features = ["rand_core"] }
46-
edgezero-adapter-axum = { git = "https://github.com/stackpop/edgezero", branch = "main", default-features = false }
47-
edgezero-adapter-cloudflare = { git = "https://github.com/stackpop/edgezero", branch = "main", default-features = false }
48-
edgezero-adapter-fastly = { git = "https://github.com/stackpop/edgezero", branch = "main", default-features = false }
49-
edgezero-adapter-spin = { git = "https://github.com/stackpop/edgezero", branch = "main", default-features = false }
50-
edgezero-cli = { git = "https://github.com/stackpop/edgezero", branch = "main" }
51-
edgezero-core = { git = "https://github.com/stackpop/edgezero", branch = "main", default-features = false }
46+
edgezero-adapter-axum = { git = "https://github.com/stackpop/edgezero", branch = "worktree-state-nested-secrets-spec-review", default-features = false }
47+
edgezero-adapter-cloudflare = { git = "https://github.com/stackpop/edgezero", branch = "worktree-state-nested-secrets-spec-review", default-features = false }
48+
edgezero-adapter-fastly = { git = "https://github.com/stackpop/edgezero", branch = "worktree-state-nested-secrets-spec-review", default-features = false }
49+
edgezero-adapter-spin = { git = "https://github.com/stackpop/edgezero", branch = "worktree-state-nested-secrets-spec-review", default-features = false }
50+
edgezero-cli = { git = "https://github.com/stackpop/edgezero", branch = "worktree-state-nested-secrets-spec-review" }
51+
edgezero-core = { git = "https://github.com/stackpop/edgezero", branch = "worktree-state-nested-secrets-spec-review", default-features = false }
5252
env_logger = "0.11"
5353
error-stack = "0.6"
5454
fastly = "0.12"

0 commit comments

Comments
 (0)