From 008756f9fe267d239720a2ee2347da7e26f68779 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Sun, 6 Oct 2024 20:45:06 +0200 Subject: [PATCH] update version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a43465a8..030c614b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1215,7 +1215,7 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "ffplayout" -version = "0.24.0-rc1" +version = "0.24.0-rc2" dependencies = [ "actix-files", "actix-multipart", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.24.0-rc1" +version = "0.24.0-rc2" dependencies = [ "actix-rt", "actix-test", diff --git a/Cargo.toml b/Cargo.toml index 5765bcda..3b044f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] description = "24/7 playout based on rust and ffmpeg" readme = "README.md" -version = "0.24.0-rc1" +version = "0.24.0-rc2" license = "GPL-3.0" repository = "https://github.com/ffplayout/ffplayout" authors = ["Jonathan Baecker "]