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-semantics"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
license.workspace = true
@ -8,7 +8,7 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
argus-core = { version = "0.1.0", path = "../argus-core" }
argus-core = { version = "0.1.1", path = "../argus-core" }
itertools = "0.11"
num-traits = "0.2.16"
paste = "1.0.14"