summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2022-02-10 16:00:13 -0600
committerBrent Baude <bbaude@redhat.com>2022-02-11 08:27:27 -0600
commita65fa83ada7c82c3be1ea553a5fea9a39705dc47 (patch)
tree8bfa39cb39693cf83b8d618503ff742296ffe034
parentd3e201639ddf4fb78f7528b5864d6f90c983f8c8 (diff)
Release v1.0.0-rc2v1.0.0-rc2
Signed-off-by: Brent Baude <bbaude@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 1b42aba..67762ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -699,7 +699,7 @@ dependencies = [
[[package]]
name = "netavark"
-version = "1.0.0-dev"
+version = "1.0.0-rc2"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 5d78f28..67d7218 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netavark"
-version = "1.0.0-dev"
+version = "1.0.0-rc2"
edition = "2018"
authors = ["github.com/containers"]
description = "A container network stack"