diff options
| author | Eric Kilmer <eric.d.kilmer@gmail.com> | 2020-08-28 01:16:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 22:16:03 -0700 |
| commit | 2f52c7cbaa13650c525c843af4699fda19c819f7 (patch) | |
| tree | 1f52b8d564603187a7eb2245a35479ba8f13ee75 /ports/rapidcheck/CONTROL | |
| parent | 1f1a6806728133f51501a73e218b401ba127a35b (diff) | |
| download | vcpkg-2f52c7cbaa13650c525c843af4699fda19c819f7.tar.gz vcpkg-2f52c7cbaa13650c525c843af4699fda19c819f7.zip | |
[rapidcheck] Update and fix compiler error with clang-10 (#13143)
Diffstat (limited to 'ports/rapidcheck/CONTROL')
| -rw-r--r-- | ports/rapidcheck/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rapidcheck/CONTROL b/ports/rapidcheck/CONTROL index 9c3e4c7b5..5f46ed702 100644 --- a/ports/rapidcheck/CONTROL +++ b/ports/rapidcheck/CONTROL @@ -1,4 +1,4 @@ Source: rapidcheck
-Version: 2018-11-05-2
+Version: 2020-08-25
Homepage: https://github.com/emil-e/rapidcheck
Description: A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.
|
