We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729befe commit f5221c7Copy full SHA for f5221c7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dmi"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2018"
5
license = "MIT"
6
description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files."
@@ -13,5 +13,5 @@ exclude = ["src/tests.rs", "tests/*"]
13
[dependencies]
14
thiserror = "1.0"
15
image = "0.23"
16
-deflate = "0.9"
+deflate = "1.0"
17
inflate = "0.4"
0 commit comments