diff --git a/Cargo.lock b/Cargo.lock index cf20b31..e690ac0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "font_helper" -version = "0.1.1" +version = "0.1.2" dependencies = [ "flexi_logger 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", "libfonthelper 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0a240b6..4aef283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "font_helper" -version = "0.1.1" +version = "0.1.2" authors = ["Chugunov Roman "] edition = "2018" license = "GPL-2.0-only"