File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ### Changelog
2+
3+ #### v0.1.0
4+
5+ Initial release.
Original file line number Diff line number Diff line change 11[package ]
22name = " dlpackrs"
3- version = " 0.1.0-dev.0 "
3+ version = " 0.1.0"
44edition = " 2021"
55authors = [" Ehsan M. Kermani" ]
66description = " DLPack safe Rust binding"
@@ -16,7 +16,7 @@ rust-version = "1.57.0"
1616members = [" dlpack-sys" , " examples/sample" ]
1717
1818[dependencies ]
19- dlpack-sys = { path = " dlpack-sys" , version = " 0.1.0-dev.0 " }
19+ dlpack-sys = { path = " dlpack-sys" , version = " 0.1.0" }
2020enumn = " 0.1"
2121pin-project = " 1.0"
2222thiserror = " 1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " dlpack-sys"
3- version = " 0.1.0-dev.0 "
3+ version = " 0.1.0"
44edition = " 2021"
55authors = [" Ehsan M. Kermani" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ edition = "2021"
55publish = false
66
77[dependencies ]
8- dlpackrs = { path = " ../.." , version = " 0.1.0-dev.0 " }
8+ dlpackrs = { path = " ../.." , version = " 0.1.0" }
99ndarray = { version = " 0.15" , features = [" approx" ] }
You can’t perform that action at this time.
0 commit comments