Skip to content

Commit 333a23c

Browse files
committed
Bump shim crate to 0.9
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent b5346f5 commit 333a23c

File tree

1 file changed

+18
-23
lines changed

1 file changed

+18
-23
lines changed

crates/shim/Cargo.toml

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "containerd-shim"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = [
5-
"Maksym Pavlenko <[email protected]>",
6-
"The containerd Authors",
5+
"Maksym Pavlenko <[email protected]>",
6+
"The containerd Authors",
77
]
88
description = "containerd shim extension"
99
keywords = ["containerd", "shim", "containers"]
@@ -15,12 +15,7 @@ repository.workspace = true
1515
homepage.workspace = true
1616

1717
[features]
18-
async = [
19-
"async-trait",
20-
"containerd-shim-protos/async",
21-
"futures",
22-
"tokio",
23-
]
18+
async = ["async-trait", "containerd-shim-protos/async", "futures", "tokio"]
2419
tracing = ["dep:tracing"]
2520
docs = []
2621

@@ -39,14 +34,14 @@ go-flag = "0.1.0"
3934
lazy_static = "1.4.0"
4035
sha2 = "0.10.2"
4136
libc.workspace = true
42-
log = { workspace = true, features = ["std", "kv_unstable" ] }
37+
log = { workspace = true, features = ["std", "kv_unstable"] }
4338
nix = { workspace = true, features = [
44-
"ioctl",
45-
"fs",
46-
"socket",
47-
"signal",
48-
"mount",
49-
"sched",
39+
"ioctl",
40+
"fs",
41+
"socket",
42+
"signal",
43+
"mount",
44+
"sched",
5045
] }
5146
oci-spec.workspace = true
5247
page_size = "0.6.0"
@@ -72,13 +67,13 @@ cgroups-rs.workspace = true
7267
[target.'cfg(windows)'.dependencies]
7368
mio = { version = "1.0", features = ["os-ext", "os-poll"] }
7469
windows-sys = { version = "0.52.0", features = [
75-
"Win32_Foundation",
76-
"Win32_System_WindowsProgramming",
77-
"Win32_System_Console",
78-
"Win32_System_Pipes",
79-
"Win32_Security",
80-
"Win32_Storage_FileSystem",
81-
"Win32_System_Threading",
70+
"Win32_Foundation",
71+
"Win32_System_WindowsProgramming",
72+
"Win32_System_Console",
73+
"Win32_System_Pipes",
74+
"Win32_Security",
75+
"Win32_Storage_FileSystem",
76+
"Win32_System_Threading",
8277
] }
8378

8479
[dev-dependencies]

0 commit comments

Comments
 (0)