Skip to content

Commit

Permalink
chore: release writing 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Oct 22, 2021
1 parent 345602d commit 4f6be35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guarding"
version = "0.2.3"
version = "0.2.6"
authors = ["Inherd Group <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -34,8 +34,8 @@ regex = "1"

clap = "3.0.0-beta.2"

guarding_parser = { path = "guarding_parser", version = "0.2.5" }
guarding_core = { path = "guarding_core", version = "0.2.5" }
guarding_parser = { path = "guarding_parser", version = "0.2.6" }
guarding_core = { path = "guarding_core", version = "0.2.6" }
guarding_ident = { path = "guarding_ident", version = "0.2.6" }

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions guarding_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guarding_core"
version = "0.2.5"
version = "0.2.6"
authors = ["Inherd Group <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -29,7 +29,7 @@ serde_json = "1"

regex = "1"

guarding_parser = { path = "../guarding_parser", version = "0.2.5" }
guarding_parser = { path = "../guarding_parser", version = "0.2.6" }

[lib]
name = "guarding_core"
Expand Down
2 changes: 1 addition & 1 deletion guarding_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guarding_parser"
version = "0.2.5"
version = "0.2.6"
authors = ["Inherd Group <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 4f6be35

Please sign in to comment.