Skip to content

Commit

Permalink
sync versions in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: xixi <[email protected]>
  • Loading branch information
Hexilee committed Jun 15, 2022
1 parent ee23be1 commit b03873c
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Andrewmatilde <[email protected]>", "Hexilee <[email protected]>"]
edition = "2018"
name = "chaos-tproxy"
version = "0.4.5"
version = "0.4.7"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion chaos-tproxy-controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chaos-tproxy-controller"
version = "0.4.5"
version = "0.4.7"
edition = "2018"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion chaos-tproxy-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chaos-tproxy-proxy"
version = "0.1.0"
version = "0.4.7"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit b03873c

Please sign in to comment.