Skip to content

Commit

Permalink
Merge pull request #381 from LarsSven/patch-1
Browse files Browse the repository at this point in the history
Add Qemu back to the list of features
  • Loading branch information
bpetit authored Oct 17, 2024
2 parents e44bff0 + 8d24d8c commit 2a16a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ core_affinity = { version = "0.8.1"}
x86 = { version = "0.52.0" }

[features]
default = ["prometheus", "riemann", "warpten", "json", "containers", "prometheuspush"]
default = ["prometheus", "riemann", "warpten", "json", "containers", "prometheuspush", "qemu"]
prometheus = ["hyper", "tokio"]
riemann = ["riemann_client"]
json = ["serde", "serde_json"]
Expand Down

0 comments on commit 2a16a0f

Please sign in to comment.