Skip to content

Commit f8ce0b5

Browse files
authored
v0.3.0 (#13)
1 parent 630a979 commit f8ce0b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "dmi"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT"
66
description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files."
77
authors = ["Rohesie <[email protected]>"]
8-
keywords = ["byond", "dreammaker", "dmi", "spacestation13"]
8+
keywords = ["byond", "dreammaker", "dmi", "ss13", "spacestation13"]
99
homepage = "https://github.com/spacestation13/dmi"
1010
exclude = ["src/tests.rs", "tests/*"]
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
1414
thiserror = "1.0"
15-
image = { version = "0.24", default-features = false, features = ["png"] }
15+
image = { version = "0.24.6", default-features = false, features = ["png"] }
1616
deflate = "1.0"
17-
inflate = "0.4"
17+
inflate = "0.4.5"

0 commit comments

Comments
 (0)