Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2023
1 parent 3e40b02 commit 9992f74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
base64 = "0.21.1"
console_error_panic_hook = "0.1.7"
image = "0.24.6"
kamadak-exif = "0.5.5"
wasm-bindgen = "0.2.86"
base64 = "=0.21.1"
console_error_panic_hook = "=0.1.7"
image = "=0.24.6"
kamadak-exif = "=0.5.5"
wasm-bindgen = "=0.2.86"

[profile.release]
lto = true
Expand Down

0 comments on commit 9992f74

Please sign in to comment.