Skip to content

Commit

Permalink
General maint pass (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka authored Jan 4, 2022
1 parent 729befe commit f5221c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dmi"
version = "0.1.2"
version = "0.1.3"
edition = "2018"
license = "MIT"
description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files."
Expand All @@ -13,5 +13,5 @@ exclude = ["src/tests.rs", "tests/*"]
[dependencies]
thiserror = "1.0"
image = "0.23"
deflate = "0.9"
deflate = "1.0"
inflate = "0.4"

0 comments on commit f5221c7

Please sign in to comment.