Skip to content

Commit

Permalink
Upgrade to a version of webc that uses the MIT license (fixes wasmeri…
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jul 20, 2023
1 parent 23cd54d commit 8e83546
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rust-version = "1.67"
version = "4.0.0"

[workspace.dependencies]
webc = { version = "5.1.0", default-features = false, features = ["package"] }
webc = { version = "5.1.1", default-features = false, features = ["package"] }
wasmer-toml = "0.6.0"

[build-dependencies]
Expand Down
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ confidence-threshold = 0.8
exceptions = [
# Each entry is the crate and version constraint, and its specific allow
# list
{ name = "webc", allow = ["BUSL-1.1"] },
]


Expand Down
4 changes: 2 additions & 2 deletions lib/wasi-web/Cargo.lock

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

0 comments on commit 8e83546

Please sign in to comment.