aboutsummaryrefslogtreecommitdiff
path: root/ports/pegtl/CONTROL
diff options
context:
space:
mode:
authorBill Avery <wravery@users.noreply.github.com>2020-03-10 15:45:28 -0700
committerGitHub <noreply@github.com>2020-03-10 15:45:28 -0700
commitdf3e7936fd20e0df2b4753bdcfe210d5c92e5741 (patch)
tree0e523c7a8255de0499bdd843b1644b2cae681c83 /ports/pegtl/CONTROL
parentfb87bc7d4152f16babb7717bfb51334acdba1f27 (diff)
downloadvcpkg-df3e7936fd20e0df2b4753bdcfe210d5c92e5741.tar.gz
vcpkg-df3e7936fd20e0df2b4753bdcfe210d5c92e5741.zip
[pegtl] Update to latest 3.0.0-pre commit (#10357)
Diffstat (limited to 'ports/pegtl/CONTROL')
-rw-r--r--ports/pegtl/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pegtl/CONTROL b/ports/pegtl/CONTROL
index 52906a8c1..3ef0f459b 100644
--- a/ports/pegtl/CONTROL
+++ b/ports/pegtl/CONTROL
@@ -1,3 +1,3 @@
Source: pegtl
-Version: 3.0.0-pre-697aaa0
+Version: 3.0.0-pre-9d58962
Description: The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG).