Skip to content

Commit

Permalink
chore: unify package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Nov 13, 2023
1 parent 232fedb commit 340a880
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "codegen", "compress"]

[package]
name = "include-flate"
version = "0.3.1"
version = "0.3.0"
authors = ["SOFe <sofe2038@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -14,8 +14,8 @@ categories = ["compression", "rust-patterns", "memory-management"]
keywords = ["compression", "deflate", "macro", "include", "assets"]

[dependencies]
include-flate-codegen = { version = "0.2.0", path = "codegen" }
include-flate-compress = { version = "0.1.0", path = "compress" }
include-flate-codegen = { version = "0.3.0", path = "codegen" }
include-flate-compress = { version = "0.3.0", path = "compress" }
once_cell = "1.18.0"
libflate = "2.0.0"
zstd = "0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include-flate-codegen"
version = "0.2.0"
version = "0.3.0"
authors = ["SOFe <sofe2038@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -17,7 +17,7 @@ proc-macro2 = "1.0.9"
quote = "1.0.2"
syn = { version = "2.0.2", features = ["full"] }
zstd = "0.13.0"
include-flate-compress = { version = "0.1.0", path = "../compress" }
include-flate-compress = { version = "0.3.0", path = "../compress" }
proc-macro-error = "1.0.4"

[features]
Expand Down
2 changes: 1 addition & 1 deletion compress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include-flate-compress"
version = "0.1.0"
version = "0.3.0"
authors = ["SOFe <sofe2038@gmail.com>", "Kento Oki <hrn832@protonmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 340a880

Please sign in to comment.