Skip to content

Commit 9953396

Browse files
authored
chore: pin versions (#2)
1 parent 3d1d99d commit 9953396

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ license = "Apache-2.0 OR MIT"
99
repository = "https://github.com/linebender/vello_svg"
1010

1111
[workspace.dependencies]
12-
# Update the README badges to match wgpu and vello version!
13-
vello = "0.1"
12+
# NOTE: Make sure to keep this in sync with the version badge in README.md
13+
vello = "0.1.0"
1414

1515
[package]
1616
name = "vello_svg"
@@ -25,13 +25,13 @@ repository.workspace = true
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626
[dependencies]
2727
vello = { workspace = true }
28-
usvg = "0.40"
29-
image = { version = "0.24", default-features = false, features = [
28+
usvg = "0.40.0"
29+
image = { version = "0.25.0", default-features = false, features = [
3030
"png",
3131
"jpeg",
3232
"gif",
3333
] }
3434

3535

3636
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
37-
wasm-bindgen-test = "0.3"
37+
wasm-bindgen-test = "0.3.42"

0 commit comments

Comments
 (0)