Fix MSVC CI build.

I guess we depended on a vulnerability, lol.
1 file changed
tree: 0364133f044bcb0ce19f0a469cf0382062abc970
  1. .github/
  2. c++/
  3. doc/
  4. highlighting/
  5. security-advisories/
  6. .gitignore
  7. CMakeLists.txt
  8. CONTRIBUTORS
  9. LICENSE
  10. mega-test-kenton-home.cfg
  11. mega-test-kenton-work.cfg
  12. mega-test-quick.cfg
  13. mega-test.py
  14. README.md
  15. RELEASE-PROCESS.md
  16. release.sh
  17. style-guide.md
  18. super-test.sh
README.md

Quick Tests Release Tests

Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.

Read more...