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:
parent
53e0710558
commit
1ea0faf327
7 changed files with 16 additions and 13 deletions
|
|
@ -17,3 +17,6 @@ license = "BSD-3-Clause"
|
|||
|
||||
edition = "2021"
|
||||
rust-version = "1.66"
|
||||
|
||||
[workspace.metadata.workspaces]
|
||||
allow_branch = "dev"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "argus-core"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "argus"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
|
@ -8,6 +8,6 @@ edition.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
argus-parser = { version = "0.1.0", path = "../argus-parser" }
|
||||
argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||
argus-core = { version = "0.1.1", path = "../argus-core" }
|
||||
argus-parser = { version = "0.1.1", path = "../argus-parser" }
|
||||
argus-semantics = { version = "0.1.1", path = "../argus-semantics" }
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ project = "Argus"
|
|||
copyright = "2023, Anand Balakrishnan"
|
||||
author = "Anand Balakrishnan"
|
||||
|
||||
version = "v0.1.0"
|
||||
release = "0.1.0"
|
||||
version = "v0.1.1"
|
||||
release = "0.1.1"
|
||||
|
||||
extensions = [
|
||||
"autoapi.extension",
|
||||
|
|
@ -30,7 +30,7 @@ html_theme_options = {"use_edit_page_button": True, "github_url": "https://githu
|
|||
html_context = {
|
||||
"github_user": "anand-bala",
|
||||
"github_repo": "argus",
|
||||
"github_version": "v0.1.0",
|
||||
"github_version": "v0.1.1",
|
||||
"doc_path": "docs",
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ crate-type = ["cdylib"]
|
|||
test = false
|
||||
|
||||
[dependencies]
|
||||
argus = { version = "0.1.0", path = "../argus" }
|
||||
argus = { version = "0.1.1", path = "../argus" }
|
||||
derive_more = "0.99.17"
|
||||
log = "0.4.20"
|
||||
paste = "1.0.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue