File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ members = [
33 " bmap-parser" ,
44 " bmap-rs" ,
55]
6+ resolver = " 3"
67
78# Most of the actual work is CPU-heavy, in particular the rust sha2
89# implementation so use full optimisations otherwise everything will run quite
Original file line number Diff line number Diff line change 22name = " bmap-parser"
33version = " 0.2.0"
44authors = [" Sjoerd Simons <sjoerd@collabora.com>" ]
5- edition = " 2018 "
5+ edition = " 2024 "
66license = " MIT AND Apache-2.0"
77description = " bmap-parser is a library for Rust that allows you to copy files or flash block devices safely"
88repository = " https://github.com/collabora/bmap-rs"
Original file line number Diff line number Diff line change 22name = " bmap-rs"
33version = " 0.2.0"
44authors = [" Sjoerd Simons <sjoerd@collabora.com>" ]
5- edition = " 2018 "
5+ edition = " 2024 "
66license = " MIT AND Apache-2.0"
77description = " bmap-rs is an application that handles the use of bmap crate"
88repository = " https://github.com/collabora/bmap-rs"
You can’t perform that action at this time.
0 commit comments