diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-08 19:51:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-08 19:51:07 +0200 |
commit | a1bb99554ff5ebe6e0b7e1216f8f8e2d9addd7cf (patch) | |
tree | 1a354755752a9b03045c3241ab30551da1219f8c /bv1/codec-web | |
parent | 214ff6911e150a43d06ffa1bb2e8516b21cfc122 (diff) | |
download | video-codec-experiments-a1bb99554ff5ebe6e0b7e1216f8f8e2d9addd7cf.tar video-codec-experiments-a1bb99554ff5ebe6e0b7e1216f8f8e2d9addd7cf.tar.bz2 video-codec-experiments-a1bb99554ff5ebe6e0b7e1216f8f8e2d9addd7cf.tar.zst |
bump versions
Diffstat (limited to 'bv1/codec-web')
-rw-r--r-- | bv1/codec-web/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bv1/codec-web/Cargo.toml b/bv1/codec-web/Cargo.toml index f1a3f6a..e1cab46 100644 --- a/bv1/codec-web/Cargo.toml +++ b/bv1/codec-web/Cargo.toml @@ -8,6 +8,6 @@ crate-type = ["cdylib"] [dependencies] bv1 = { path = "../codec" } -wasm-bindgen = "0.2.84" -js-sys = "0.3.61" +wasm-bindgen = "0.2.87" +js-sys = "0.3.64" console_error_panic_hook = "0.1.7" |