Skip to content

Commit 25dc1ac

Browse files
committed
Bump version for texel
1 parent 1316b7a commit 25dc1ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

canvas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/image-rs/canvas"
1212
categories = ["multimedia::images"]
1313

1414
[dependencies]
15-
image-texel = { path = "../texel", version = "0.4.0" }
15+
image-texel = { path = "../texel", version = "0.5.0" }
1616
bytemuck = "1.1"
1717

1818
[dev-dependencies]

texel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "image-texel"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.77"
66

77
description = "A texel type and allocated buffers suitable for image data."
8-
authors = ["Aurelia Molzer <[email protected]>"]
8+
authors = ["Aurelia Molzer <[email protected]>"]
99
license = "MIT"
1010
readme = "Readme.md"
1111
documentation = "https://docs.rs/image-texel"

0 commit comments

Comments
 (0)