From 596a22d1da8f9866b9787780fb8eda497659b1bb Mon Sep 17 00:00:00 2001 From: Gyubong Date: Wed, 10 Jan 2024 15:34:29 +0900 Subject: [PATCH] v0.1.27 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- binding/python/Cargo.lock | 6 +++--- binding/python/Cargo.toml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18ae6928..bd72c389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "example-harness" -version = "0.1.26" +version = "0.1.27" dependencies = [ "raftify", ] @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "harness" -version = "0.1.26" +version = "0.1.27" dependencies = [ "actix-rt", "actix-web", @@ -1245,7 +1245,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "memstore-dynamic-members" -version = "0.1.26" +version = "0.1.27" dependencies = [ "actix-rt", "actix-web", @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "memstore-example-harness" -version = "0.1.26" +version = "0.1.27" dependencies = [ "actix-rt", "actix-web", @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "memstore-static-members" -version = "0.1.26" +version = "0.1.27" dependencies = [ "actix-rt", "actix-web", @@ -1667,7 +1667,7 @@ dependencies = [ [[package]] name = "raftify" -version = "0.1.26" +version = "0.1.27" dependencies = [ "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index becb17f5..f9d83662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default-members = [ ] [workspace.package] -version = "0.1.26" +version = "0.1.27" authors = ["Lablup Inc."] edition = "2021" description = "Experimental High level Raft framework" diff --git a/binding/python/Cargo.lock b/binding/python/Cargo.lock index 9002969c..7bc874aa 100644 --- a/binding/python/Cargo.lock +++ b/binding/python/Cargo.lock @@ -1294,9 +1294,9 @@ dependencies = [ [[package]] name = "raftify" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d27bffcffd8e0f66e4bc028b8a56cc7e19c9c83a50ad748669b5086abf8f446" +checksum = "0e4da389854b3edf5c051d25a951ceddb64e9e61ed171940420e5ec61dbd4b97" dependencies = [ "async-trait", "bincode", @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "raftify-py" -version = "0.1.26" +version = "0.1.27" dependencies = [ "async-trait", "bincode", diff --git a/binding/python/Cargo.toml b/binding/python/Cargo.toml index c90ff0de..69feb412 100644 --- a/binding/python/Cargo.toml +++ b/binding/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raftify-py" -version = "0.1.26" +version = "0.1.27" authors = ["Lablup Inc."] license = "Apache-2.0" repository = "https://github.com/lablup/raftify" @@ -17,7 +17,7 @@ edition = "2021" pyo3 = { git = "https://github.com/jopemachine/pyo3", features = ["extension-module", "multiple-pymethods"] } tokio = { version = "1.4", features = ["full"] } async-trait = "0.1.48" -raftify = { version = "0.1.26", default-features = false } +raftify = { version = "0.1.27", default-features = false } slog = { version = "2.2", features = ["max_level_trace", "release_max_level_trace"] } slog-envlogger = "2.1.0" slog-term = "2.9.0"