Compare commits

..

1 commit

View file

@ -34,7 +34,7 @@ pub async fn describe(
// convert bytes to hex string
.iter()
.map(|&b| format!("{:02x}", b))
.collect::<String>();
.collect();
let machine_info = MachineInfo { machine_id };