Skip to content

Commit

Permalink
chore: update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-zhen committed Feb 26, 2024
1 parent cec668e commit 3e7e0ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ir_cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions smart_ir/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion smart_ir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "smart_ir"
version = "0.1.0"
version = "0.0.2"
edition = "2021"
description = "Smart Intermediate Representation Compiler Framework"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion smart_ir_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "smart_ir_macro"
version = "0.3.0"
edition = "2021"
description = "Smart Intermediate Representation Compiler Framework Macro"
license = "Apache-2.0"

[lib]
proc-macro = true
Expand All @@ -10,4 +12,4 @@ path = "src/lib.rs"
[dependencies]
proc-macro2 = "1.0.52"
syn = {version = "2.0.4", default-features = false, features = ["derive", "parsing", "printing", "clone-impls"]}
quote = "1.0.26"
quote = "1.0.26"

0 comments on commit 3e7e0ff

Please sign in to comment.