Skip to content

Commit

Permalink
Merge pull request #999 from flavio/prepare-for-1.20.0-rc1
Browse files Browse the repository at this point in the history
prepare 1.20.0-rc1
  • Loading branch information
jvanz authored Dec 13, 2024
2 parents 48ada93 + 76e1ce1 commit 0662b0f
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 14 deletions.
148 changes: 136 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kwctl"
description = "Tool to manage Kubewarden policies"
version = "1.19.0"
version = "1.20.0-rc1"
authors = ["Kubewarden Developers <[email protected]>"]
edition = "2021"

Expand All @@ -23,7 +23,7 @@ pem = "3"
pulldown-cmark-mdcat = { version = "2.5.0", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.5" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.6" }
rustls-pki-types = { version = "1", features = ["alloc"] }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.12.1", default-features = false }
Expand Down

0 comments on commit 0662b0f

Please sign in to comment.