Skip to content

Commit

Permalink
Release: v0.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Oct 13, 2022
1 parent f7c67af commit b5dde9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
readme = "README.md"
documentation = "https://docs.rs/sozu"
homepage = "http://sozu.io"
version = "0.14.0"
version = "0.14.1"
license = "AGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down Expand Up @@ -51,8 +51,8 @@ smol = "^1.2.5"
tempfile = "^3.3.0"
termion = "^1.5.6"

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

[target.'cfg(target_os="linux")'.dependencies]
num_cpus = "^1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
readme = "README.md"
documentation = "https://docs.rs/sozu-command-lib"
homepage = "http://sozu.io"
version = "0.14.0"
version = "0.14.1"
license = "LGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/sozu-proxy/sozu"
readme = "README.md"
documentation = "https://docs.rs/sozu-lib"
homepage = "http://sozu.io"
version = "0.14.0"
version = "0.14.1"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,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.1"
regex = "^1.6.0"
rustls = "^0.20.6"
rustls-pemfile = "^1.0.1"
Expand Down

0 comments on commit b5dde9d

Please sign in to comment.