We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675d9bf commit b77e6eaCopy full SHA for b77e6ea
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "die-exit"
3
-version = "0.4.0"
+version = "0.5.0"
4
authors = [
5
"moparisthebest <admin@moparisthebest.com>",
6
"Xavientois <joshua.rampersad@hotmail.com>",
README.md
@@ -16,10 +16,10 @@ exit behaviour with a call to `panic!` in order to facilitate testing.
16
17
```toml
18
[dependencies]
19
-die-exit = "0.4"
+die-exit = "0.5"
20
21
[dev-dependencies.die-exit]
22
-version = "0.4"
+version = "0.5"
23
features = ["test", "red"]
24
```
25
0 commit comments