Skip to content

Commit

Permalink
Forgot to add tree-sitter-sus 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum committed Nov 6, 2024
1 parent d97fb43 commit b6ddbe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ authors = ["Lennart Van Hirtum <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/pc2/sus-compiler"
keywords = ["sus", "fpga", "vlsi", "verilog", "hdl"]
categories = ["compilers", "text-processing"]
homepage = "https://github.com/pc2/sus-compiler"
readme = "README.md"
keywords = ["sus", "fpga", "vlsi", "hdl", "verilog"]
categories = ["compilers", "text-processing"]
rust-version = "1.78"

[workspace]
Expand All @@ -28,9 +29,9 @@ arrayvec = "0.7.6"

# Tree sitter
tree-sitter = "~0.22.2"
tree-sitter-sus = {version = "~0.0.2", path = "./tree-sitter-sus"}
tree-sitter-sus = {version = "~0.1.0", path = "./tree-sitter-sus"}

sus-proc-macro = {version = "~0.0.1", path = "./sus-proc-macro"}
sus-proc-macro = {version = "~0.1.0", path = "./sus-proc-macro"}

# calyx-ir = {version = "0.6.1", optional = true}
# calyx-opt = {version = "0.6.1", optional = true}
Expand Down
11 changes: 6 additions & 5 deletions sus-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
[package]
name = "sus-proc-macro"
description = "Proc-macros for use in the sus-compiler"
version = "0.0.1"
version = "0.1.0"
authors = ["Lennart Van Hirtum <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/pc2/sus-compiler"
homepage = "https://github.com/pc2/sus-compiler"
license = "GPL-3.0-or-later"
readme = "README.md"
keywords = ["proc-macro", "tree-sitter", "sus"]
categories = []
keywords = ["sus", "fpga", "hdl", "proc-macro", "tree-sitter"]
categories = ["compilers", "text-processing"]
rust-version = "1.78"

[dependencies]

# Tree sitter
tree-sitter = "~0.22.2"
tree-sitter-sus = {version = "~0.0.2", path = "../tree-sitter-sus"}
tree-sitter-sus = {version = "~0.1.0", path = "../tree-sitter-sus"}

# proc_macro utils
syn = "1.0"
Expand Down

0 comments on commit b6ddbe8

Please sign in to comment.