Skip to content

Commit 203f0b0

Browse files
committed
Fix struct-field-names-as-array dependency
1 parent 4db8586 commit 203f0b0

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

Cargo.toml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,8 @@ authors = ["Mickaël Véril <mika.veril@wanadoo.fr>"]
77
description = "Rust bindings for the WSL Plugin API"
88
license = "MIT"
99
repository = "https://github.com/mveril/wslpluginapi-sys"
10-
keywords = [
11-
"wsl",
12-
"plugin",
13-
"windows",
14-
"linux",
15-
"ffi",
16-
]
17-
categories = [
18-
"os::windows-apis",
19-
"external-ffi-bindings",
20-
"virtualization",
21-
]
10+
keywords = ["wsl", "plugin", "windows", "linux", "ffi"]
11+
categories = ["os::windows-apis", "external-ffi-bindings", "virtualization"]
2212

2313

2414
[features]
@@ -30,7 +20,7 @@ semver = "^1.0"
3020

3121
[dependencies]
3222
libc = "0.2"
33-
struct-field-names-as-array = { version = "*", features = [
23+
struct-field-names-as-array = { version = "0.3", features = [
3424
"derive",
3525
], optional = true }
3626
[dependencies.windows]

0 commit comments

Comments
 (0)