Skip to content

Commit

Permalink
Bump to 0.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Jul 10, 2023
1 parent c4ff924 commit fbe5f80
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.5"
version = "0.2.6"
authors = ["Sergio Benitez <[email protected]>"]
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.5"
version = "0.2.6"
nauthors = ["Sergio Benitez <[email protected]>"]
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.5", path = "../codegen" }
pear_codegen = { version = "0.2.6", path = "../codegen" }
inlinable_string = "0.1.9"

[features]
Expand Down

0 comments on commit fbe5f80

Please sign in to comment.