Skip to content

Commit

Permalink
release: v0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <[email protected]>
  • Loading branch information
FlorentinDUBOIS committed Jun 23, 2023
1 parent 9b19da7 commit 6d1e30f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.14.3"
version = "0.15.0"
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" }
sozu-lib = { path = "../lib" }
sozu-command-lib = { version = "^0.15.0" }
sozu-lib = { version = "^0.15.0" }

[target.'cfg(target_os="linux")'.dependencies]
num_cpus = "^1.15.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.14.3"
version = "0.15.0"
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.14.3"
version = "0.15.0"
rust-version = "1.66.1"
edition = "2021"

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

sozu-command-lib = { path = "../command" }
sozu-lib = { path = "../lib" }
sozu-command-lib = { version = "^0.15.0" }
sozu-lib = { version = "^0.15.0" }
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.14.3"
version = "0.15.0"
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" }
sozu-command-lib = { version = "^0.15.0" }

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

0 comments on commit 6d1e30f

Please sign in to comment.