Skip to content

Commit a6ac76e

Browse files
committed
Removed extra crate
1 parent c31a7dd commit a6ac76e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ windows = { version = "0.61", features = [
3838
"Services_Store",
3939
"System",
4040
] }
41-
windows-result = "0.3"
4241
windows-collections = "0.2"
4342

4443
[build-dependencies]

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub enum Error {
5858
PluginInvoke(#[from] crate::error::PluginInvokeError),
5959
#[cfg(target_os = "windows")]
6060
#[error(transparent)]
61-
WindowsApi(#[from] windows_result::Error),
61+
WindowsApi(#[from] windows::core::Error),
6262
}
6363

6464
impl Serialize for Error {

0 commit comments

Comments
 (0)