chore: release v0.3.3

This commit is contained in:
Jack Wills
2023-10-21 16:25:42 +00:00
parent 8ecec7869c
commit 09bf70abd2
7 changed files with 36 additions and 28 deletions
+2 -2
View File
@@ -248,7 +248,7 @@ impl PartialEq for CpuStats {
impl PartialOrd for CpuStats {
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
Some(self.cmp(other))
Some(self.cmp(other))
}
}
@@ -291,7 +291,7 @@ impl PartialEq for ByteStats {
impl PartialOrd for ByteStats {
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
Some(self.cmp(other))
Some(self.cmp(other))
}
}