Skip to content

Commit f5221c7

Browse files
authored
General maint pass (#2)
1 parent 729befe commit f5221c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dmi"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2018"
55
license = "MIT"
66
description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files."
@@ -13,5 +13,5 @@ exclude = ["src/tests.rs", "tests/*"]
1313
[dependencies]
1414
thiserror = "1.0"
1515
image = "0.23"
16-
deflate = "0.9"
16+
deflate = "1.0"
1717
inflate = "0.4"

0 commit comments

Comments
 (0)