Skip to content

Commit 6680843

Browse files
committed
Reset external crate dependencies
1 parent 5089484 commit 6680843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! These methods can be used to refine the course differences found through the rsync method.
2121
2222
#![deny(missing_docs)]
23-
extern crate md5;
23+
extern crate crypto;
2424
extern crate byteorder;
2525
#[macro_use]
2626
extern crate log;

0 commit comments

Comments
 (0)