Skip to content

Commit 773f88b

Browse files
committed
remove wildcard version dependency
1 parent 62e9753 commit 773f88b

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,7 +1,7 @@
11
[package]
22

33
name = "simple-signal"
4-
version = "1.0.2"
4+
version = "1.0.3"
55
authors = ["Antti Keränen <detegr@gmail.com>", "Alexey Voznyuk <me@swizard.info"]
66
license = "MIT"
77
keywords = ["signal", "SIGINT", "SIGTERM", "SIGQUIT", "SIGABRT"]
@@ -13,7 +13,7 @@ repository = "https://github.com/swizard0/rust-simple-signal.git"
1313
name = "simple_signal"
1414

1515
[dependencies]
16-
libc = "*"
16+
libc = "0.2"
1717

1818
[dependencies.lazy_static]
1919
version = "0.1"

0 commit comments

Comments
 (0)