Skip to content

Commit 7b78bc7

Browse files
authored
Merge branch 'microsoft:main' into fix-source-lifetime
2 parents 5683966 + ab07b35 commit 7b78bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ the license text. Please see the license or copyright notice which comes with ea
109109

110110
### graphqlpeg
111111

112-
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.2.5,
112+
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.2.6,
113113
which is part of [The Art of C++](https://taocpp.github.io/) library collection. I've added this as a sub-module, so you
114-
do not need to install this separately. If you already have 3.2.5 installed where CMake can find it, it will use that
114+
do not need to install this separately. If you already have 3.2.6 installed where CMake can find it, it will use that
115115
instead of the sub-module and avoid installing another copy of PEGTL.
116116

117117
### graphqlservice

0 commit comments

Comments
 (0)