Skip to content

Commit 1cfe894

Browse files
authored
Merge pull request #52 from AntChainOpenLabs/update_tag_publish_crate
chore: update cargo.toml
2 parents cec668e + 3e7e0ff commit 1cfe894

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

ir_cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smart_ir/Cargo.lock

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

smart_ir/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "smart_ir"
3-
version = "0.1.0"
3+
version = "0.0.2"
44
edition = "2021"
5+
description = "Smart Intermediate Representation Compiler Framework"
6+
license = "Apache-2.0"
57

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

smart_ir_macro/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "smart_ir_macro"
33
version = "0.3.0"
44
edition = "2021"
5+
description = "Smart Intermediate Representation Compiler Framework Macro"
6+
license = "Apache-2.0"
57

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

0 commit comments

Comments
 (0)