Skip to content

Commit

Permalink
release: 0.15.14
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Oct 27, 2023
1 parent 1a3a777 commit 71ca2a8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 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.13"
version = "0.15.14"
license = "AGPL-3.0"
authors = [
"Geoffroy Couprie <geo.couprie@gmail.com>",
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.13" }
sozu-lib = { path = "../lib", version = "^0.15.13" }
sozu-command-lib = { path = "../command", version = "^0.15.14" }
sozu-lib = { path = "../lib", version = "^0.15.14" }

[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.13"
version = "0.15.14"
license = "LGPL-3.0"
authors = [
"Geoffroy Couprie <geo.couprie@gmail.com>",
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.13"
version = "0.15.14"
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.13" }
sozu-lib = { path = "../lib", version = "^0.15.13" }
sozu-command-lib = { path = "../command", version = "^0.15.14" }
sozu-lib = { path = "../lib", version = "^0.15.14" }
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.13"
version = "0.15.14"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <clement@delafargue.name>",
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.13" }
sozu-command-lib = { path = "../command", version = "^0.15.14" }

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

0 comments on commit 71ca2a8

Please sign in to comment.