mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
filedescriptor: drop unused thiserror dep
refs: https://github.com/wez/wezterm/pull/186
This commit is contained in:
parent
d547d938d8
commit
180ff0d71a
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -889,7 +889,6 @@ version = "0.7.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"libc",
|
||||
"thiserror",
|
||||
"winapi 0.3.8",
|
||||
]
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user