diff --git a/Cargo.toml b/Cargo.toml index fc3f816..97e9da7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k8s-cri" -version = "0.2.0" +version = "0.3.0" license = "Apache-2.0" authors = ["kflansburg "] categories = ["api-bindings"] @@ -22,4 +22,4 @@ features = ["prost", "transport"] [dev-dependencies] tokio = { version = "1.2", features = [ "rt-multi-thread" ] } -tower = "0.4" \ No newline at end of file +tower = "0.4"