Skip to content

Commit

Permalink
New version: 0.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 20, 2024
1 parent 4b7d70c commit f803fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "pear_codegen"
version = "0.2.8"
version = "0.2.9"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A (codegen) pear is a fruit."
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pear"
version = "0.2.8"
version = "0.2.9"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A pear is a fruit."
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/SergioBenitez/Pear"

[dependencies]
yansi = { version = "1.0.0-rc.1", optional = true }
pear_codegen = { version = "0.2.8", path = "../codegen" }
pear_codegen = { version = "0.2.9", path = "../codegen" }
inlinable_string = "0.1.12"

[features]
Expand Down

0 comments on commit f803fa9

Please sign in to comment.