Skip to content

Commit 0659a93

Browse files
committed
Bump snapshots to 0.3.0
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent d08ece3 commit 0659a93

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

crates/snapshots/Cargo.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "containerd-snapshots"
3-
version = "0.2.0"
4-
authors = ["Maksym Pavlenko <[email protected]>", "The containerd Authors"]
3+
version = "0.3.0"
4+
authors = [
5+
"Maksym Pavlenko <[email protected]>",
6+
"The containerd Authors",
7+
]
58
keywords = ["containerd", "server", "grpc", "containers"]
69
categories = ["api-bindings", "asynchronous"]
710
description = "Remote snapshotter extension for containerd"
@@ -27,7 +30,7 @@ pin-utils = "0.1.0"
2730
log = "0.4"
2831
async-stream = "0.3.2"
2932
futures.workspace = true
30-
simple_logger = { version = "4.0", default-features = false }
33+
simple_logger = { version = "4.0", default-features = false }
3134

3235
[build-dependencies]
3336
tonic-build.workspace = true

0 commit comments

Comments
 (0)