comparison rust/hg-core/Cargo.toml @ 44266:9ab4830e9e3d

rust-hg-path: add useful methods to `HgPath` This changeset introduces the use of the `pretty_assertions` crate for easier to read test output. Differential Revision: https://phab.mercurial-scm.org/D7867
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 14 Jan 2020 16:50:35 +0100
parents c18dd48cea4a
children 4caac36c66bc
comparison
equal deleted inserted replaced
44265:c18dd48cea4a 44266:9ab4830e9e3d
19 regex = "1.1.0" 19 regex = "1.1.0"
20 twox-hash = "1.5.0" 20 twox-hash = "1.5.0"
21 21
22 [dev-dependencies] 22 [dev-dependencies]
23 tempfile = "3.1.0" 23 tempfile = "3.1.0"
24 pretty_assertions = "0.6.1"