Skip to content

Commit

Permalink
release: v0.15.10
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Oct 25, 2023
1 parent fda0ca6 commit 55580c6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 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.9"
version = "0.15.10"
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.9" }
sozu-lib = { path = "../lib", version = "^0.15.9" }
sozu-command-lib = { path = "../command", version = "^0.15.10" }
sozu-lib = { path = "../lib", version = "^0.15.10" }

[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.9"
version = "0.15.10"
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.9"
version = "0.15.10"
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.9" }
sozu-lib = { path = "../lib", version = "^0.15.9" }
sozu-command-lib = { path = "../command", version = "^0.15.10" }
sozu-lib = { path = "../lib", version = "^0.15.10" }
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.9"
version = "0.15.10"
license = "AGPL-3.0"
authors = [
"Clément Delafargue <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@ thiserror = "^1.0.49"
time = "^0.3.29"
x509-parser = "^0.15.1"

sozu-command-lib = { path = "../command", version = "^0.15.9" }
sozu-command-lib = { path = "../command", version = "^0.15.10" }

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

0 comments on commit 55580c6

Please sign in to comment.