Skip to content

Commit

Permalink
release: v0.2.2-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Bosquet committed Jul 19, 2024
1 parent c608a1e commit 45a1a06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sozu-prometheus-connector"
description = "This application retrieve internals metrics of Sōzu and format them into prometheus"
homepage = "https://github.com/CleverCloud/sozu-prometheus-connector"
documentation = "https://github.com/CleverCloud/sozu-prometheus-connector/blob/main/README.md"
version = "0.2.1"
version = "0.2.2-rc.0"
rust-version = "1.74.0"
edition = "2021"
license-file = "LICENSE"
Expand All @@ -23,8 +23,8 @@ serde = { version = "^1.0.195", features = ["derive"] }
serde_json = "^1.0.111"
sentry = { version = "^0.34.0", default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] }
sentry-tracing = "^0.34.0"
sozu-client = "^0.4.1"
sozu-command-lib = "^1.0.3"
sozu-client = "0.4.2-rc.0"
sozu-command-lib = "1.1.0-rc.0"
thiserror = "^1.0.56"
tokio = { version = "^1.35.1", features = ["macros", "rt", "signal"] }
tracing = "^0.1.40"
Expand Down

0 comments on commit 45a1a06

Please sign in to comment.