1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00

filedescriptor: drop unused thiserror dep

refs: https://github.com/wez/wezterm/pull/186
This commit is contained in:
Wez Furlong 2020-06-13 09:08:27 -07:00
parent d547d938d8
commit 180ff0d71a
2 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@ -889,7 +889,6 @@ version = "0.7.1"
dependencies = [
"anyhow",
"libc",
"thiserror",
"winapi 0.3.8",
]

View File

@ -1,6 +1,6 @@
[package]
name = "filedescriptor"
version = "0.7.1"
version = "0.7.2"
authors = ["Wez Furlong"]
edition = "2018"
repository = "https://github.com/wez/wezterm"
@ -12,7 +12,6 @@ keywords = ["socketpair", "pipe", "poll", "filedescriptor"]
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
libc = "0.2"
[target."cfg(windows)".dependencies]