Skip to content

Commit 97c9686

Browse files
chore: bump version to 0.6.0
1 parent 2633d70 commit 97c9686

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm-image-processor"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2024"
55
authors = ["Stanley Masinde <[email protected]>"]
66
description = "High-performance client-side image processing toolkit powered by Rust and WebAssembly"
@@ -23,8 +23,8 @@ exclude = [
2323
crate-type = ["cdylib", "rlib"]
2424

2525
[dependencies]
26-
image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "webp"] }
27-
wasm-bindgen = "0.2.100"
26+
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "webp"] }
27+
wasm-bindgen = "0.2"
2828

2929
[profile.release]
3030
lto = true

0 commit comments

Comments
 (0)