Skip to content

Commit

Permalink
Merge pull request #5176 from wasmerio/run-473-remove-unused-edge-uti…
Browse files Browse the repository at this point in the history
…l-dependency

Remove unused edge-util dependency
  • Loading branch information
syrusakbary authored Oct 24, 2024
2 parents 0e7aa79 + 53c5f95 commit 4b726d7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 141 deletions.
158 changes: 20 additions & 138 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ virtual-mio = { version = "0.5.0", path = "../virtual-io" }

webc = { workspace = true }
wasmer-api = { version = "=0.1.0", path = "../backend-api" }
edge-util = { version = "=0.1.0" }
lazy_static = "1.4.0"

# Used by the mount command
Expand Down
2 changes: 0 additions & 2 deletions lib/cli/src/commands/app/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ use wasmer_config::{
package::{PackageIdent, PackageSource},
};

// TODO: apparently edge-util uses a different version of the http crate, which makes the
// HEADER_APP_VERSION_ID field incompatible with our use here, so it needs to be redeclared.
static EDGE_HEADER_APP_VERSION_ID: http::HeaderName =
http::HeaderName::from_static("x-edge-app-version-id");

Expand Down

0 comments on commit 4b726d7

Please sign in to comment.