Skip to content

Commit f9dd887

Browse files
authored
Fix doctests and bump version (#11)
1 parent f1afff7 commit f9dd887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k8s-cri"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
license = "Apache-2.0"
55
authors = ["kflansburg <kevin.flansburg@gmail.com>"]
66
categories = ["api-bindings"]
@@ -22,5 +22,5 @@ default-features = false
2222
features = ["prost", "transport"]
2323

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

0 commit comments

Comments
 (0)