diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 936926f..d16115c 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pear_codegen" -version = "0.2.7" +version = "0.2.8" authors = ["Sergio Benitez "] description = "A (codegen) pear is a fruit." license = "MIT/Apache-2.0" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2a05a11..df753a2 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pear" -version = "0.2.7" +version = "0.2.8" authors = ["Sergio Benitez "] description = "A pear is a fruit." license = "MIT/Apache-2.0" @@ -8,7 +8,7 @@ edition = "2018" [dependencies] yansi = { version = "1.0.0-rc.1", optional = true } -pear_codegen = { version = "0.2.7", path = "../codegen" } +pear_codegen = { version = "0.2.8", path = "../codegen" } inlinable_string = "0.1.12" [features]