Skip to content

Commit

Permalink
Release 0.2.0 (#32)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update Cargo.lock
  • Loading branch information
adumbidiot committed Oct 20, 2022
1 parent 021e041 commit 1365381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lz-str"
version = "0.1.0"
version = "0.2.0"
authors = [ "adumbidiot <nathaniel.daniel23@outlook.com>" ]
edition = "2018"
description = "A port of lz-string to Rust"
Expand All @@ -15,6 +15,9 @@ exclude = [
"scripts/*",
"js-test/*",
".github/*",
"Makefile",
"deny.toml",
"bindings",
]

[dependencies]
Expand Down

0 comments on commit 1365381

Please sign in to comment.