Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Apr 30, 2024
1 parent 04565c3 commit 6676d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "libflate"
version = "2.0.0"
version = "2.1.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)"
homepage = "https://github.com/sile/libflate"
Expand All @@ -18,7 +18,7 @@ coveralls = {repository = "sile/libflate"}
adler32 = { version = "1", default-features = false }
crc32fast = { version = "1.1.1", default-features = false }
dary_heap = "0.3.5"
libflate_lz77 = { path = "libflate_lz77", version = "2.0.0", default-features = false }
libflate_lz77 = { path = "libflate_lz77", version = "2.1.0", default-features = false }
core2 = { version = "0.4", default-features = false, features = ["alloc"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion libflate_lz77/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libflate_lz77"
version = "2.0.0"
version = "2.1.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
edition = "2021"
description = "LZ77 encoder for libflate crate"
Expand Down

0 comments on commit 6676d36

Please sign in to comment.