Skip to content

Commit

Permalink
Fix doctests and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed May 14, 2024
1 parent f1afff7 commit 57979ec
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.7.0"
version = "0.8.0"
license = "Apache-2.0"
authors = ["kflansburg <[email protected]>"]
categories = ["api-bindings"]
Expand All @@ -22,5 +22,5 @@ default-features = false
features = ["prost", "transport"]

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

0 comments on commit 57979ec

Please sign in to comment.