We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed7a11 commit 5722fe4Copy full SHA for 5722fe4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "os_type"
3
-version = "0.2.2"
+version = "0.3.0"
4
authors = ["Jan Schulte <hello@unexpected-co.de>"]
5
license = "MIT"
6
description = "Detect the operating system type"
README.md
@@ -9,7 +9,7 @@ Include this into your `Cargo.toml`:
9
10
```toml
11
[dependencies]
12
-os_type="0.2.1"
+os_type="0.3.0"
13
```
14
15
In your code:
0 commit comments