File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[workspace ]
2- members = [" macro" , " melior" ]
32resolver = " 2"
3+ members = [" macro" , " melior" ]
44
55[profile .release ]
66lto = true
Original file line number Diff line number Diff line change 11[package ]
22name = " melior"
3- description = " The rustic MLIR bindings in Rust"
4- version = " 0.26.0"
3+ version = " 0.26.1"
54edition = " 2021"
6- license = " Apache-2.0"
7- repository = " https://github.com/mlir-rs/melior"
5+ description = " The rustic MLIR bindings in Rust"
86documentation = " https://mlir-rs.github.io/melior/melior/"
9- keywords = [" mlir" , " llvm" ]
7+ repository = " https://github.com/mlir-rs/melior"
8+ license = " Apache-2.0"
9+ keywords = [" llvm" , " mlir" ]
1010categories = [" api-bindings" ]
1111
12- [features ]
13- ods-dialects = []
14- # Enable the BlockExt trait (requires ods feature)
15- helpers = [" ods-dialects" ]
16-
1712[dependencies ]
18- melior-macro = { version = " 0.19.0 " , path = " ../macro " }
13+ melior-macro = { path = " ../macro " , version = " 0.19.0 " }
1914mlir-sys = " 210.0.1"
2015
2116[dev-dependencies ]
2217indoc = " 2.0.7"
2318insta = " 1.45.1"
2419pretty_assertions = " 1.4.1"
20+
21+ [features ]
22+ # Enable the BlockExt trait (requires ods feature)
23+ helpers = [" ods-dialects" ]
24+ ods-dialects = []
You can’t perform that action at this time.
0 commit comments