Skip to content

Commit f3313a5

Browse files
committed
Version 0.1.3
1 parent 39021ed commit f3313a5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "include-flate"
9-
version = "0.1.2"
9+
version = "0.1.3"
1010
authors = ["SOFe <sofe2038@gmail.com>"]
1111
edition = "2018"
1212
license = "Apache-2.0"
@@ -17,7 +17,7 @@ categories = ["compression", "rust-patterns", "memory-management"]
1717
keywords = ["compression", "deflate", "macro", "include", "assets"]
1818

1919
[dependencies]
20-
include-flate-codegen-exports = { version = "0.1.2", path = "codegen_exports" }
20+
include-flate-codegen-exports = { version = "0.1.3", path = "codegen-exports" }
2121
lazy_static = "1.3"
2222
libflate = "0.1.26"
2323

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-exports"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["SOFe <sofe2038@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/SOF3/include-flate"
99
description = "Macro codegen for the include-flate crate"
1010

1111
[dependencies]
12-
include-flate-codegen = { version = "0.1.2", path = "../codegen" }
12+
include-flate-codegen = { version = "0.1.3", path = "../codegen" }
1313
proc-macro-hack = "0.5.9"
1414

1515
[features]

codegen/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-codegen"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["SOFe <sofe2038@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)