From 0659a93663204e031ca0dc600abc78eddd3151f3 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 10 Aug 2023 15:09:05 -0700 Subject: [PATCH] Bump snapshots to 0.3.0 Signed-off-by: Maksym Pavlenko --- crates/snapshots/Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/crates/snapshots/Cargo.toml b/crates/snapshots/Cargo.toml index ad137348..fb21083e 100644 --- a/crates/snapshots/Cargo.toml +++ b/crates/snapshots/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "containerd-snapshots" -version = "0.2.0" -authors = ["Maksym Pavlenko ", "The containerd Authors"] +version = "0.3.0" +authors = [ + "Maksym Pavlenko ", + "The containerd Authors", +] keywords = ["containerd", "server", "grpc", "containers"] categories = ["api-bindings", "asynchronous"] description = "Remote snapshotter extension for containerd" @@ -27,7 +30,7 @@ pin-utils = "0.1.0" log = "0.4" async-stream = "0.3.2" futures.workspace = true -simple_logger = { version = "4.0", default-features = false } +simple_logger = { version = "4.0", default-features = false } [build-dependencies] tonic-build.workspace = true