mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Move protocol to workspace root.
This commit is contained in:
@@ -6,7 +6,7 @@ macro_rules! hashtest {
|
||||
};
|
||||
}
|
||||
|
||||
const MAP: [(&'static str, u32); 6] = [
|
||||
const MAP: [(&str, u32); 6] = [
|
||||
hashtest!("abc123"),
|
||||
hashtest!("abc124"),
|
||||
hashtest!("abc125"),
|
||||
|
||||
Reference in New Issue
Block a user