Skip to content

Commit

Permalink
release: v0.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Jul 17, 2023
1 parent 2dc3b68 commit 311771d
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 48 deletions.
78 changes: 39 additions & 39 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 = "https://sozu.io"
version = "0.15.1"
version = "0.15.2"
license = "AGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down Expand Up @@ -50,8 +50,8 @@ tempfile = "^3.6.0"
termion = "^2.0.1"
x509-parser = "^0.15.0"

sozu-command-lib = { path = "../command", version = "^0.15.1" }
sozu-lib = { path = "../lib", version = "^0.15.1" }
sozu-command-lib = { path = "../command", version = "^0.15.2" }
sozu-lib = { path = "../lib", version = "^0.15.2" }

[target.'cfg(target_os="linux")'.dependencies]
num_cpus = "^1.16.0"
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 = "https://sozu.io"
version = "0.15.1"
version = "0.15.2"
license = "LGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sozu-e2e"
version = "0.15.1"
version = "0.15.2"
rust-version = "1.66.1"
edition = "2021"

Expand All @@ -17,5 +17,5 @@ slab = "^0.4.8"
time = "^0.3.23"
tokio = { version = "1.29.1", features = ["net", "rt-multi-thread"] }

sozu-command-lib = { path = "../command", version = "^0.15.1" }
sozu-lib = { path = "../lib", version = "^0.15.1" }
sozu-command-lib = { path = "../command", version = "^0.15.2" }
sozu-lib = { path = "../lib", version = "^0.15.2" }
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 = "https://sozu.io"
version = "0.15.1"
version = "0.15.2"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <[email protected]>",
Expand Down Expand Up @@ -59,7 +59,7 @@ url = "^2.4.0"
webpki = "^0.22.0"
x509-parser = "^0.15.0"

sozu-command-lib = { path = "../command", version = "^0.15.1" }
sozu-command-lib = { path = "../command", version = "^0.15.2" }

[dev-dependencies]
quickcheck = "^1.0.3"
Expand Down

0 comments on commit 311771d

Please sign in to comment.