From a369689a784971b16c6fa242ef7e8e88b842022b Mon Sep 17 00:00:00 2001 From: Gyubong Date: Wed, 10 Jan 2024 13:43:47 +0900 Subject: [PATCH] v0.1.26 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- binding/python/Cargo.lock | 10 +++++----- binding/python/Cargo.toml | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e5b8689..18ae6928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "example-harness" -version = "0.1.23" +version = "0.1.26" dependencies = [ "raftify", ] @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "harness" -version = "0.1.23" +version = "0.1.26" dependencies = [ "actix-rt", "actix-web", @@ -1133,9 +1133,9 @@ dependencies = [ [[package]] name = "jopemachine-raft" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cb8dd2fdc3c3039499b8fd5e4fdf7e5898d3bb0e1df8ff7978847abe29bfafa" +checksum = "4ebc42261bc1d361a4cfb0a61027e9fb329130cf94eb85424508994958982254" dependencies = [ "bytes", "fxhash", @@ -1245,7 +1245,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "memstore-dynamic-members" -version = "0.1.23" +version = "0.1.26" dependencies = [ "actix-rt", "actix-web", @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "memstore-example-harness" -version = "0.1.23" +version = "0.1.26" dependencies = [ "actix-rt", "actix-web", @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "memstore-static-members" -version = "0.1.23" +version = "0.1.26" dependencies = [ "actix-rt", "actix-web", @@ -1667,7 +1667,7 @@ dependencies = [ [[package]] name = "raftify" -version = "0.1.23" +version = "0.1.26" dependencies = [ "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c50ccd22..becb17f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default-members = [ ] [workspace.package] -version = "0.1.23" +version = "0.1.26" authors = ["Lablup Inc."] edition = "2021" description = "Experimental High level Raft framework" diff --git a/binding/python/Cargo.lock b/binding/python/Cargo.lock index c283cb17..9002969c 100644 --- a/binding/python/Cargo.lock +++ b/binding/python/Cargo.lock @@ -744,9 +744,9 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "jopemachine-raft" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cb8dd2fdc3c3039499b8fd5e4fdf7e5898d3bb0e1df8ff7978847abe29bfafa" +checksum = "4ebc42261bc1d361a4cfb0a61027e9fb329130cf94eb85424508994958982254" dependencies = [ "bytes", "fxhash", @@ -1294,9 +1294,9 @@ dependencies = [ [[package]] name = "raftify" -version = "0.1.23" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10e23db13d14923ea17ff4f3738dd1747fd3e5daad7887d1ec8a530674a9450" +checksum = "5d27bffcffd8e0f66e4bc028b8a56cc7e19c9c83a50ad748669b5086abf8f446" dependencies = [ "async-trait", "bincode", @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "raftify-py" -version = "0.1.25" +version = "0.1.26" dependencies = [ "async-trait", "bincode", diff --git a/binding/python/Cargo.toml b/binding/python/Cargo.toml index 01682848..c90ff0de 100644 --- a/binding/python/Cargo.toml +++ b/binding/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raftify-py" -version = "0.1.25" +version = "0.1.26" 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.23", default-features = false } +raftify = { version = "0.1.26", 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"