Add imara diff as dependency
Dependencies
- [2]
HWYGVLP5Replacing the temporary copy of chardetng with the published version - [3]
DVBSW7SIBump dependencies with minor-level changes - [4]
EJ7TFFOWRe-adding Cargo.lock - [5]
PNJL5TPZVersion bump - [6]
RIZ4IP76Solving more conflicts - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in Cargo.lock at line 3
version = 3version = 4 - edit in Cargo.lock at line 1162
[[package]]name = "foldhash"version = "0.1.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" - edit in Cargo.lock at line 1429
name = "hashbrown"version = "0.15.2"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"dependencies = ["foldhash",][[package]] - edit in Cargo.lock at line 1655
name = "imara-diff"version = "0.1.8"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"dependencies = ["hashbrown 0.15.2",][[package]] - edit in Cargo.lock at line 1831
"imara-diff", - edit in libpijul/Cargo.toml at line 155
imara-diff = "0.1.8"