Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Sep 3, 2019
1 parent 39021ed commit f3313a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

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

[dependencies]
include-flate-codegen-exports = { version = "0.1.2", path = "codegen_exports" }
include-flate-codegen-exports = { version = "0.1.3", path = "codegen-exports" }
lazy_static = "1.3"
libflate = "0.1.26"

Expand Down
4 changes: 2 additions & 2 deletions codegen_exports/Cargo.toml → codegen-exports/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include-flate-codegen-exports"
version = "0.1.2"
version = "0.1.3"
authors = ["SOFe <sofe2038@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ homepage = "https://github.com/SOF3/include-flate"
description = "Macro codegen for the include-flate crate"

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

[features]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include-flate-codegen"
version = "0.1.2"
version = "0.1.3"
authors = ["SOFe <sofe2038@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit f3313a5

Please sign in to comment.