aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp/CONTROL
diff options
context:
space:
mode:
Diffstat (limited to 'ports/prometheus-cpp/CONTROL')
-rw-r--r--ports/prometheus-cpp/CONTROL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL
index e89b84cb2..341af0e8c 100644
--- a/ports/prometheus-cpp/CONTROL
+++ b/ports/prometheus-cpp/CONTROL
@@ -1,5 +1,5 @@
Source: prometheus-cpp
-Version: 0.6.0
+Version: 0.7.0
Description: Prometheus Client Library for Modern C++
Default-Features: compression, pull
@@ -7,6 +7,10 @@ Feature: compression
Build-Depends: zlib
Description: Enable zlib compression
+Feature: tests
+Build-Depends: gtest
+Description: Additional testing support
+
Feature: pull
Build-Depends: civetweb
Description: Support for regular pull mode