We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2faa4 commit f2ffd32Copy full SHA for f2ffd32
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "os_type"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["Jan Schulte <hello@unexpected-co.de>"]
5
license = "MIT"
6
description = "Detect the operating system type"
src/lib.rs
@@ -5,6 +5,7 @@ use std::path::Path;
mod lsb_release;
7
#[derive(Debug)]
8
+#[derive(PartialEq)]
9
pub enum OSType {
10
Unknown,
11
Redhat,
0 commit comments