Skip to content

Commit d806852

Browse files
committed
Pin edgezero dependencies to tag v0.0.4
Switch the six edgezero workspace dependencies from the moving `branch = "main"` reference to the tagged `v0.0.4` release for reproducible builds. Cargo.lock now resolves to 9e661ae5 (was the untagged 42843b1c). Verified with native (axum) and wasm32-wasip1 (fastly) checks.
1 parent c058a57 commit d806852

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", tag = "v0.0.4", default-features = false }
47+
edgezero-adapter-cloudflare = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false }
48+
edgezero-adapter-fastly = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false }
49+
edgezero-adapter-spin = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false }
50+
edgezero-cli = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4" }
51+
edgezero-core = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false }
5252
env_logger = "0.11"
5353
error-stack = "0.6"
5454
fastly = "0.12"

0 commit comments

Comments
 (0)