Skip to content

Commit

Permalink
Remove cargo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathHorrigan committed Aug 11, 2021
1 parent 3c8d8bd commit 00e87ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion 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/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ thiserror = "1.0"
more-asserts = "0.2"
# - Optional shared dependencies.
wat = { version = "1.0", optional = true }
wasmparser = { version = "0.78", default-features = false, optional = true }

# Dependencies and Development Dependencies for `sys`.
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
1 change: 0 additions & 1 deletion lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ crate-type = ["cdylib", "rlib", "staticlib"]
# We rename `wasmer` to `wasmer-api` to avoid the conflict with this
# library name (see `[lib]`).
wasmer-api = { version = "2.0.0", path = "../api", default-features = false, package = "wasmer" }
wasmparser = { version = "0.78", default-features = false, optional = false }

wasmer-compiler-cranelift = { version = "2.0.0", path = "../compiler-cranelift", optional = true }
wasmer-compiler-singlepass = { version = "2.0.0", path = "../compiler-singlepass", optional = true }
Expand Down

0 comments on commit 00e87ed

Please sign in to comment.