Skip to content

Commit

Permalink
release: 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jun 23, 2020
1 parent adcd268 commit a03f2fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions wf2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wf2"
version = "0.32.0"
version = "0.32.1"
authors = ["Shane Osbourne <[email protected]>"]
edition = "2018"
description = "PHP docker environments"
Expand All @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wf2_core = { path = "../wf2_core", version = "0.32.0" }
wf2_core = { path = "../wf2_core", version = "0.32.1" }
tokio = "0.1.20"
futures = "0.1.27"
clap = { version = "2.33.0", features = ["yaml"] }
Expand Down
2 changes: 1 addition & 1 deletion wf2_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wf2_core"
version = "0.32.0"
version = "0.32.1"
authors = ["Shane Osbourne <[email protected]>"]
edition = "2018"
description = "The engine for WF2"
Expand Down

0 comments on commit a03f2fc

Please sign in to comment.