Skip to content

Commit ead639e

Browse files
committed
Add missing cxxstd to meta/libraries.json.
1 parent a3ca119 commit ead639e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/libraries.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"authors": [ "T. Zachary Laine" ],
55
"maintainers": [ "Zach Laine <whatwasthataddress -at- gmail.com>" ],
66
"description": "A parser combinator library.",
7-
"category": [ "Parsing" ]
7+
"category": [ "Parsing" ],
8+
"cxxstd": "17"
89
}

0 commit comments

Comments
 (0)