Skip to content

Commit 4f6be35

Browse files
committed
chore: release writing 0.2.6
1 parent 345602d commit 4f6be35

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "guarding"
3-
version = "0.2.3"
3+
version = "0.2.6"
44
authors = ["Inherd Group <group@inherd.org>"]
55
edition = "2018"
66
license = "MIT"
@@ -34,8 +34,8 @@ regex = "1"
3434

3535
clap = "3.0.0-beta.2"
3636

37-
guarding_parser = { path = "guarding_parser", version = "0.2.5" }
38-
guarding_core = { path = "guarding_core", version = "0.2.5" }
37+
guarding_parser = { path = "guarding_parser", version = "0.2.6" }
38+
guarding_core = { path = "guarding_core", version = "0.2.6" }
3939
guarding_ident = { path = "guarding_ident", version = "0.2.6" }
4040

4141
[build-dependencies]

guarding_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "guarding_core"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Inherd Group <group@inherd.org>"]
55
edition = "2018"
66
license = "MIT"
@@ -29,7 +29,7 @@ serde_json = "1"
2929

3030
regex = "1"
3131

32-
guarding_parser = { path = "../guarding_parser", version = "0.2.5" }
32+
guarding_parser = { path = "../guarding_parser", version = "0.2.6" }
3333

3434
[lib]
3535
name = "guarding_core"

guarding_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "guarding_parser"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Inherd Group <group@inherd.org>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)