Skip to content

Commit

Permalink
release: v0.15.16
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Nov 22, 2023
1 parent 94f3e7f commit af17580
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 58 deletions.
96 changes: 47 additions & 49 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.15"
version = "0.15.16"
license = "AGPL-3.0"
authors = [
"Geoffroy Couprie <[email protected]>",
Expand Down Expand Up @@ -50,8 +50,8 @@ tempfile = "^3.8.0"
termion = "^2.0.1"
x509-parser = "^0.15.1"

sozu-command-lib = { path = "../command", version = "^0.15.15" }
sozu-lib = { path = "../lib", version = "^0.15.15" }
sozu-command-lib = { path = "../command", version = "^0.15.16" }
sozu-lib = { path = "../lib", version = "^0.15.16" }

[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.15"
version = "0.15.16"
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.15"
version = "0.15.16"
rust-version = "1.70.0"
edition = "2021"

Expand All @@ -15,5 +15,5 @@ slab = "^0.4.9"
time = "^0.3.29"
tokio = { version = "1.33.0", features = ["net", "rt-multi-thread"] }

sozu-command-lib = { path = "../command", version = "^0.15.15" }
sozu-lib = { path = "../lib", version = "^0.15.15" }
sozu-command-lib = { path = "../command", version = "^0.15.16" }
sozu-lib = { path = "../lib", version = "^0.15.16" }
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.15"
version = "0.15.16"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <[email protected]>",
Expand Down Expand Up @@ -54,7 +54,7 @@ time = "^0.3.29"
x509-parser = "^0.15.1"
once_cell = "1.18.0"

sozu-command-lib = { path = "../command", version = "^0.15.15" }
sozu-command-lib = { path = "../command", version = "^0.15.16" }

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

0 comments on commit af17580

Please sign in to comment.