summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2023-05-30 15:06:42 +0200
committerPaul Holzinger <pholzing@redhat.com>2023-05-30 15:06:42 +0200
commitcef48aa627412a3678efa038ff5b1fc0ad2c7b72 (patch)
tree13d3f0096df5ebc0bc90cb65f3de9c209eaae765
parent8a6d81c51b2a130a3c93d94587df81053e208e05 (diff)
Bump to v1.5.1v1.5.1
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 12cb755..6edb4c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1219,7 +1219,7 @@ dependencies = [
[[package]]
name = "netavark"
-version = "1.5.0"
+version = "1.5.1"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 1fa4369..050949d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netavark"
-version = "1.5.0"
+version = "1.5.1"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"