File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " melior-macro"
33description = " Internal macros for Melior"
4- version = " 0.13.1 "
4+ version = " 0.13.2 "
55edition = " 2021"
66license = " Apache-2.0"
7- repository = " https://github.com/mlir-sys /melior"
8- documentation = " https://mlir-sys .github.io/melior/melior/"
7+ repository = " https://github.com/mlir-rs /melior"
8+ documentation = " https://mlir-rs .github.io/melior/melior/"
99readme = " ../README.md"
1010keywords = [" mlir" , " llvm" ]
1111
1212[lib ]
1313proc-macro = true
1414
1515[dependencies ]
16- comrak = { version = " 0.31 .0" , default-features = false }
16+ comrak = { version = " 0.32 .0" , default-features = false }
1717convert_case = " 0.6.0"
1818proc-macro2 = " 1"
1919quote = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " melior"
33description = " The rustic MLIR bindings in Rust"
4- version = " 0.20.1 "
4+ version = " 0.20.2 "
55edition = " 2021"
66license = " Apache-2.0"
7- repository = " https://github.com/mlir-sys /melior"
8- documentation = " https://mlir-sys .github.io/melior/melior/"
7+ repository = " https://github.com/mlir-rs /melior"
8+ documentation = " https://mlir-rs .github.io/melior/melior/"
99keywords = [" mlir" , " llvm" ]
1010
1111[features ]
@@ -14,7 +14,7 @@ ods-dialects = []
1414helpers = [" ods-dialects" ]
1515
1616[dependencies ]
17- melior-macro = { version = " 0.13.1 " , path = " ../macro" }
17+ melior-macro = { version = " 0.13.2 " , path = " ../macro" }
1818mlir-sys = " 0.4.1"
1919
2020[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments