-
Notifications
You must be signed in to change notification settings - Fork 12
Upgrade EdgeZero to the deploy-actions branch #940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
bc13f27
e4a8f37
96dd1f7
1e7b4ca
b743345
5420390
b23f270
fe5767e
fc969ce
46b7052
f90f638
bf47680
40dd9b3
7fc5e9b
87546d3
01d7f61
4aee052
dd8bcdd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,12 +54,12 @@ criterion = { version = "0.5", default-features = false, features = ["cargo_benc | |
| derive_more = { version = "2.0", features = ["display", "error"] } | ||
| directories = "5" | ||
| ed25519-dalek = { version = "2.2", features = ["rand_core"] } | ||
| edgezero-adapter-axum = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false } | ||
| edgezero-adapter-cloudflare = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false } | ||
| edgezero-adapter-fastly = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false } | ||
| edgezero-adapter-spin = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false } | ||
| edgezero-cli = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4" } | ||
| edgezero-core = { git = "https://github.com/stackpop/edgezero", tag = "v0.0.4", default-features = false } | ||
| edgezero-adapter-axum = { git = "https://github.com/stackpop/edgezero", rev = "5f3d648c3c6c38fc6e6b22b5c65c66177363aad8", default-features = false } | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔧 wrench — Upstream Re-verified against the upstream API at review time, not carried over from the last round:
Why this still blocks even though the body records it: this PR is non-draft and
No code change requested here — this comment is the merge gate, and it is the only reason the verdict is |
||
| edgezero-adapter-cloudflare = { git = "https://github.com/stackpop/edgezero", rev = "5f3d648c3c6c38fc6e6b22b5c65c66177363aad8", default-features = false } | ||
| edgezero-adapter-fastly = { git = "https://github.com/stackpop/edgezero", rev = "5f3d648c3c6c38fc6e6b22b5c65c66177363aad8", default-features = false } | ||
| edgezero-adapter-spin = { git = "https://github.com/stackpop/edgezero", rev = "5f3d648c3c6c38fc6e6b22b5c65c66177363aad8", default-features = false } | ||
| edgezero-cli = { git = "https://github.com/stackpop/edgezero", rev = "5f3d648c3c6c38fc6e6b22b5c65c66177363aad8" } | ||
| edgezero-core = { git = "https://github.com/stackpop/edgezero", rev = "5f3d648c3c6c38fc6e6b22b5c65c66177363aad8", default-features = false } | ||
| env_logger = "0.11" | ||
| error-stack = "0.6" | ||
| esi = "0.7.2" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.