99cddc16de
* Bump version to 1.0.4 * [build] Update dependencies * [all] Fix clippy lints for Rust 1.69.0 * [build] Drop the nix crate * [file_utils] Fix the BLKGETSIZE64 ioctl for 32-bit platoforms * [file_utils] Use stat64 explicitly to handle large files on 32-bit systems * [write_batcher] Fix compilation error on 32-bit platforms - Update to version 1.0.4: * Rewrite in Rust * Multithreaded tools * Higher performance io engines (optional io_uring async engine) * thin_dump/restore now retains sharing * thin_metadata_pack/unpack OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=52
15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/jthornber/rio?branch=master"]
|
|
git = "https://github.com/jthornber/rio"
|
|
branch = "master"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/zowens/crc32c?branch=master"]
|
|
git = "https://github.com/zowens/crc32c"
|
|
branch = "master"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |