Skip to content

Commit

Permalink
[influxdb-cxx] no uwp (microsoft#33609)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Sep 13, 2023
1 parent caa7579 commit 97e1247
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/influxdb-cxx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "influxdb-cxx",
"version": "0.7.1",
"port-version": 1,
"description": "InfluxDB C++ client library",
"homepage": "https://github.com/offa/influxdb-cxx",
"license": "MIT",
Expand All @@ -18,6 +19,7 @@
"features": {
"boost": {
"description": "Enables UDP and Unix sockets as Transport Layer",
"supports": "!uwp",
"dependencies": [
"boost-asio",
"boost-conversion",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3422,7 +3422,7 @@
},
"influxdb-cxx": {
"baseline": "0.7.1",
"port-version": 0
"port-version": 1
},
"infoware": {
"baseline": "2023-04-12",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/influxdb-cxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d2b48983d5264e3524e619757f16eac814337ecb",
"version": "0.7.1",
"port-version": 1
},
{
"git-tree": "d03720b58912770380a8101fdbb729a57598a904",
"version": "0.7.1",
Expand Down

0 comments on commit 97e1247

Please sign in to comment.