Skip to content

Commit

Permalink
Release v0.14.2 (without path)
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Dec 8, 2022
1 parent 0b75578 commit bdcda19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ tiny_http = "^0.12.0"
tempfile = "^3.3.0"
termion = "^2.0.1"

sozu-command-lib = { path = "../command" }
sozu-lib = { path = "../lib" }
sozu-command-lib = "^0.14.2"
sozu-lib = "^0.14.2"

[target.'cfg(target_os="linux")'.dependencies]
num_cpus = "^1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rand = "^0.8.5"
sha2 = "^0.10.6"
slab = "^0.4.7"
socket2 = { version = "^0.4.7", features = ["all"] }
sozu-command-lib = { path = "../command" }
sozu-command-lib = "^0.14.2"
regex = "^1.7.0"
rustls = "^0.20.7"
rustls-pemfile = "^1.0.1"
Expand Down

0 comments on commit bdcda19

Please sign in to comment.