Skip to content

Commit

Permalink
Pin version of cpp-httplib to 0.4.0
Browse files Browse the repository at this point in the history
This due to the fact that after 0.4.0 the loading
time of the .js file in the embedded visualizer
increased from 100 ms to 6 seconds.
  • Loading branch information
Matevz Morato committed Jan 31, 2025
1 parent 1643aae commit 87e4cdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,11 @@
]
}
},
"overrides": [
{
"name": "cpp-httplib",
"version": "0.14.0"
}
],
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
}

0 comments on commit 87e4cdf

Please sign in to comment.