We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a604eb + 13ae165 commit d08ece3Copy full SHA for d08ece3
crates/client/Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "containerd-client"
3
-version = "0.3.0"
4
-authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
+version = "0.4.0"
+authors = [
5
+ "Maksym Pavlenko <pavlenko.maksym@gmail.com>",
6
+ "The containerd Authors",
7
+]
8
description = "GRPC bindings to containerd APIs"
9
keywords = ["containerd", "client", "grpc", "containers"]
10
categories = ["api-bindings", "asynchronous"]
0 commit comments