Skip to content

Commit

Permalink
Document only non mutual exclusive features
Browse files Browse the repository at this point in the history
  • Loading branch information
maoertel committed Nov 24, 2023
1 parent 68919a6 commit ab2aaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus_push"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Mathias Oertel <mathias.oertel@pm.me>"]
description = "Crate to extend prometheus crates with pushgateway support"
Expand All @@ -11,7 +11,7 @@ license = "MIT"
repository = "https://github.com/maoertel/prometheus-push"

[package.metadata.docs.rs]
features = ["non_blocking", "blocking", "with_reqwest", "with_reqwest_blocking", "prometheus_crate", "prometheus_client_crate"]
features = ["non_blocking", "with_reqwest", "prometheus_crate"]

[dependencies]
url = "2.4"
Expand Down

0 comments on commit ab2aaa6

Please sign in to comment.