Skip to content

Commit c44befb

Browse files
committed
release 0.30.0
1 parent aefe719 commit c44befb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.

wf2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wf2"
3-
version = "0.29.2"
3+
version = "0.30.0"
44
authors = ["Shane Osbourne <[email protected]>"]
55
edition = "2018"
66
description = "PHP docker environments"
@@ -9,7 +9,7 @@ license = "MIT"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
wf2_core = { path = "../wf2_core", version = "0.29.2" }
12+
wf2_core = { path = "../wf2_core", version = "0.30.0" }
1313
tokio = "0.1.20"
1414
futures = "0.1.27"
1515
clap = { version = "2.33.0", features = ["yaml"] }

wf2_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wf2_core"
3-
version = "0.29.2"
3+
version = "0.30.0"
44
authors = ["Shane Osbourne <[email protected]>"]
55
edition = "2018"
66
description = "The engine for WF2"

0 commit comments

Comments
 (0)