We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec657e6 commit 115128bCopy full SHA for 115128b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "os_type"
3
-version = "0.4.0"
+version = "0.5.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.3.0"
+os_type="0.5.0"
13
```
14
15
In your code:
0 commit comments