Skip to content

Commit 8a877cd

Browse files
committed
bump to 0.3.1
1 parent 4cd468f commit 8a877cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

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

44
[workspace.package]
5-
version = "0.3.0"
5+
version = "0.3.1"
66
authors = ["SOFe <[email protected]>"]
77
edition = "2024"
88
repository = "https://github.com/SOF3/include-flate.git"
@@ -27,8 +27,8 @@ keywords = ["compression", "deflate", "macro", "include", "assets"]
2727
include = ["/src", "/LICENSE", "/README.md"]
2828

2929
[dependencies]
30-
include-flate-codegen = { version = "0.3.0", path = "codegen" }
31-
include-flate-compress = { version = "0.3.0", path = "compress" }
30+
include-flate-codegen = { version = "0.3.1", path = "codegen" }
31+
include-flate-compress = { version = "0.3.1", path = "compress" }
3232
libflate = { workspace = true }
3333
zstd = { workspace = true }
3434

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro2 = "1.0.95"
1717
quote = "1.0.40"
1818
syn = { version = "2.0.104", features = ["full"] }
1919
zstd = { workspace = true }
20-
include-flate-compress = { version = "0.3.0", path = "../compress" }
20+
include-flate-compress = { version = "0.3.1", path = "../compress" }
2121
proc-macro-error = "1.0.4"
2222

2323
[features]

0 commit comments

Comments
 (0)