We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3712d6f commit 3f65433Copy full SHA for 3f65433
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "eventql-parser"
4
-version = "0.1.0"
+version = "0.1.1"
5
authors = ["Yorick Laupa <yo.eight@gmail.com>"]
6
description = "EventQL Lexer and Parser"
7
homepage = "https://github.com/YoEight/eventql-parser"
@@ -22,4 +22,4 @@ features = ["derive"]
22
23
[dev-dependencies.insta]
24
version = "1.44"
25
-features = ["yaml"]
+features = ["yaml"]
0 commit comments