Skip to content

Commit 340a880

Browse files
committed
chore: unify package versions
1 parent 232fedb commit 340a880

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "codegen", "compress"]
33

44
[package]
55
name = "include-flate"
6-
version = "0.3.1"
6+
version = "0.3.0"
77
authors = ["SOFe <[email protected]>"]
88
edition = "2021"
99
license = "Apache-2.0"
@@ -14,8 +14,8 @@ categories = ["compression", "rust-patterns", "memory-management"]
1414
keywords = ["compression", "deflate", "macro", "include", "assets"]
1515

1616
[dependencies]
17-
include-flate-codegen = { version = "0.2.0", path = "codegen" }
18-
include-flate-compress = { version = "0.1.0", path = "compress" }
17+
include-flate-codegen = { version = "0.3.0", path = "codegen" }
18+
include-flate-compress = { version = "0.3.0", path = "compress" }
1919
once_cell = "1.18.0"
2020
libflate = "2.0.0"
2121
zstd = "0.13.0"

codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "include-flate-codegen"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["SOFe <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -17,7 +17,7 @@ proc-macro2 = "1.0.9"
1717
quote = "1.0.2"
1818
syn = { version = "2.0.2", features = ["full"] }
1919
zstd = "0.13.0"
20-
include-flate-compress = { version = "0.1.0", path = "../compress" }
20+
include-flate-compress = { version = "0.3.0", path = "../compress" }
2121
proc-macro-error = "1.0.4"
2222

2323
[features]

compress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "include-flate-compress"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
authors = ["SOFe <[email protected]>", "Kento Oki <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)