chore: release v0.1.10

This commit is contained in:
Jack Wills
2022-12-25 15:48:57 +00:00
parent d849e5fdca
commit 46d4e5a832
5 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ impl ContainerItem {
self.cpu_stats
.iter()
.enumerate()
.map(|i| (i.0 as f64, i.1.0))
.map(|i| (i.0 as f64, i.1 .0))
.collect::<Vec<_>>()
}