mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-09 05:13:18 +08:00
fix crate name change
This commit is contained in:
@@ -8,7 +8,7 @@ fn test_hash() {
|
||||
hasher.update(String::from("hello world"));
|
||||
let result = format!("{:x}", hasher.finalize());
|
||||
println!("{}", result);
|
||||
println!("{}", mini_git::utils::util::calc_hash(&String::from("hello world")));
|
||||
println!("{}", mit::utils::util::calc_hash(&String::from("hello world")));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user