Skip to content

Commit

Permalink
Bump to 0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jul 10, 2023
1 parent 86ced5c commit d705ec6
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.4"
version = "0.2.5"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A (codegen) pear is a fruit."
license = "MIT/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,14 +1,14 @@
[package]
name = "pear"
version = "0.2.4"
version = "0.2.5"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A pear is a fruit."
license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]
yansi = { version = "1.0.0-rc", optional = true }
pear_codegen = { version = "0.2.4", path = "../codegen" }
pear_codegen = { version = "0.2.5", path = "../codegen" }
inlinable_string = "0.1"

[features]
Expand Down

0 comments on commit d705ec6

Please sign in to comment.