aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp/CONTROL
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-06-23 08:16:07 +0800
committermyd7349 <myd7349@gmail.com>2019-06-23 08:16:07 +0800
commit644851da5fbe46aadd0a8fa54e1d7d213f469fb0 (patch)
tree3f5d20aca85fcf02375cf553e893c105758a5d39 /ports/prometheus-cpp/CONTROL
parentf1870ae02bedbaa5a501ddf3a7ba5d0a743a1053 (diff)
parentf3db66b403840b24ea2612d09cca30a5285f5ea3 (diff)
downloadvcpkg-644851da5fbe46aadd0a8fa54e1d7d213f469fb0.tar.gz
vcpkg-644851da5fbe46aadd0a8fa54e1d7d213f469fb0.zip
Merge branch 'master' into sx-init
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