feat: update promql-parser to v0.1.0 (#994)

feat: update promql-parser version to v0.1.0
This commit is contained in:
yuanbohan
2023-02-15 17:23:59 +08:00
committed by GitHub
parent a33d1e9863
commit 8b869642b8
5 changed files with 14 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ futures-util.workspace = true
metrics = "0.20"
once_cell = "1.10"
promql = { path = "../promql" }
promql-parser = { git = "https://github.com/GreptimeTeam/promql-parser.git", rev = "fa186978a1234baf5a3e372da03aa663d859cdd2" }
promql-parser = "0.1.0"
serde.workspace = true
serde_json = "1.0"
session = { path = "../session" }