diff --git a/Cargo.lock b/Cargo.lock index 46731c8..996ea6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "opsqueue" -version = "0.32.0" +version = "0.32.1" dependencies = [ "anyhow", "arc-swap", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "opsqueue_python" -version = "0.32.0" +version = "0.32.1" dependencies = [ "anyhow", "chrono", diff --git a/libs/opsqueue_python/Cargo.toml b/libs/opsqueue_python/Cargo.toml index db21f22..3ce5ddb 100644 --- a/libs/opsqueue_python/Cargo.toml +++ b/libs/opsqueue_python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opsqueue_python" -version = "0.32.0" +version = "0.32.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/opsqueue/Cargo.toml b/opsqueue/Cargo.toml index f89647c..14b0112 100644 --- a/opsqueue/Cargo.toml +++ b/opsqueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opsqueue" -version = "0.32.0" +version = "0.32.1" edition = "2021" description = "lightweight batch processing queue for heavy loads" repository = "https://github.com/channable/opsqueue"