Skip to content

Commit

Permalink
Merge pull request #844 from viccuad/road-to-v1.15.0-rc2
Browse files Browse the repository at this point in the history
build: Bump version to v1.15.0-rc2
  • Loading branch information
viccuad authored Jul 25, 2024
2 parents bc7aeb1 + 20d3ab2 commit ec6abaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "policy-server"
version = "1.15.0-rc1"
version = "1.15.0-rc2"
authors = [
"Kubewarden Developers <[email protected]>",
"Flavio Castelli <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/evaluation/precompiled_policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ impl PrecompiledPolicy {
/// A dictionary with:
/// * Key: the URL of the WebAssembly module
/// * Value: a Result containing the precompiled policy or an error.
///
/// Errors are stored and will be reported to the user in the API response.
pub(crate) type PrecompiledPolicies = HashMap<String, Result<PrecompiledPolicy>>;

Expand Down

0 comments on commit ec6abaf

Please sign in to comment.