Skip to content

Commit 4c9bcff

Browse files
committed
typo fix
1 parent 280f9b4 commit 4c9bcff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

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

33
name = "simple-signal"
4-
version = "1.0.0"
4+
version = "1.0.1"
55
authors = ["Antti Keränen <detegr@gmail.com>", "Alexey Voznyuk <me@swizard.info"]
66
license = "MIT"
7-
keywords = ["signal", "SIGINT", "SIGTERM", "SIGQUIT"]
7+
keywords = ["signal", "SIGINT", "SIGTERM", "SIGQUIT", "SIGABRT"]
88
description = "Easy unix signals handler for Rust projects"
99
homepage = "https://github.com/swizard0/rust-simple-signal"
1010
repository = "https://github.com/swizard0/rust-simple-signal.git"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# simple-signale
1+
# simple-signal
22
A simple easy to use wrapper around unix signals.
33

44
## Example usage

0 commit comments

Comments
 (0)