Skip to content

Commit

Permalink
Bump snapshots to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv committed Aug 10, 2023
1 parent d08ece3 commit 0659a93
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions crates/snapshots/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "containerd-snapshots"
version = "0.2.0"
authors = ["Maksym Pavlenko <[email protected]>", "The containerd Authors"]
version = "0.3.0"
authors = [
"Maksym Pavlenko <[email protected]>",
"The containerd Authors",
]
keywords = ["containerd", "server", "grpc", "containers"]
categories = ["api-bindings", "asynchronous"]
description = "Remote snapshotter extension for containerd"
Expand All @@ -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

0 comments on commit 0659a93

Please sign in to comment.