diff --git a/Cargo.lock b/Cargo.lock index 9880257..3e1db07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "lz-str" -version = "0.1.0" +version = "0.2.0" dependencies = [ "criterion", "rand", diff --git a/Cargo.toml b/Cargo.toml index a5aa0d5..e43e96f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lz-str" -version = "0.1.0" +version = "0.2.0" authors = [ "adumbidiot " ] edition = "2018" description = "A port of lz-string to Rust" @@ -15,6 +15,9 @@ exclude = [ "scripts/*", "js-test/*", ".github/*", + "Makefile", + "deny.toml", + "bindings", ] [dependencies]