Skip to content

Commit ec6abaf

Browse files
authored
Merge pull request #844 from viccuad/road-to-v1.15.0-rc2
build: Bump version to v1.15.0-rc2
2 parents bc7aeb1 + 20d3ab2 commit ec6abaf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "policy-server"
3-
version = "1.15.0-rc1"
3+
version = "1.15.0-rc2"
44
authors = [
55
"Kubewarden Developers <kubewarden@suse.de>",
66
"Flavio Castelli <fcastelli@suse.com>",

src/evaluation/precompiled_policy.rs

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ impl PrecompiledPolicy {
6767
/// A dictionary with:
6868
/// * Key: the URL of the WebAssembly module
6969
/// * Value: a Result containing the precompiled policy or an error.
70+
///
7071
/// Errors are stored and will be reported to the user in the API response.
7172
pub(crate) type PrecompiledPolicies = HashMap<String, Result<PrecompiledPolicy>>;
7273

0 commit comments

Comments
 (0)