Skip to content

Commit 165f870

Browse files
committed
typo fix
1 parent 773f88b commit 165f870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22

33
name = "simple-signal"
4-
version = "1.0.3"
5-
authors = ["Antti Keränen <detegr@gmail.com>", "Alexey Voznyuk <me@swizard.info"]
4+
version = "1.0.4"
5+
authors = ["Antti Keränen <detegr@gmail.com>", "Alexey Voznyuk <me@swizard.info>"]
66
license = "MIT"
77
keywords = ["signal", "SIGINT", "SIGTERM", "SIGQUIT", "SIGABRT"]
88
description = "Easy unix signals handler for Rust projects"

0 commit comments

Comments
 (0)