Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Feb 10, 2021
1 parent 6c61abe commit 2146d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-cri"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
authors = ["kflansburg <[email protected]>"]
categories = ["api-bindings"]
Expand All @@ -22,4 +22,4 @@ features = ["prost", "transport"]

[dev-dependencies]
tokio = { version = "1.2", features = [ "rt-multi-thread" ] }
tower = "0.4"
tower = "0.4"

0 comments on commit 2146d39

Please sign in to comment.