File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ the license text. Please see the license or copyright notice which comes with ea
109
109
110
110
### graphqlpeg
111
111
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 ,
113
113
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
115
115
instead of the sub-module and avoid installing another copy of PEGTL.
116
116
117
117
### graphqlservice
You can’t perform that action at this time.
0 commit comments