Release 0.1.1

argus-core@0.1.1
argus-parser@0.1.1
pyargus@0.1.1

Generated by cargo-workspaces
This commit is contained in:
Anand Balakrishnan 2023-10-06 00:30:42 -07:00
parent 53e0710558
commit 1ea0faf327
No known key found for this signature in database
7 changed files with 16 additions and 13 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "argus-parser"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
license.workspace = true
@ -16,7 +16,7 @@ name = "dump_expr"
required-features = ["reporting"]
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
argus-core = { version = "0.1.1", path = "../argus-core" }
ariadne = { version = "0.3.0", optional = true }
chumsky = { version = "1.0.0-alpha.4", features = ["default", "label"] }