Skip to content

Commit

Permalink
v0.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 23, 2024
1 parent 6b35d82 commit d60106a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default-members = [
]

[workspace.package]
version = "0.1.41"
version = "0.1.42"
authors = ["Lablup Inc."]
edition = "2021"
description = "Experimental High level Raft framework"
Expand Down
6 changes: 3 additions & 3 deletions binding/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions binding/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raftify-py"
version = "0.1.41"
version = "0.1.42"
authors = ["Lablup Inc."]
license = "Apache-2.0"
repository = "https://github.com/lablup/raftify"
Expand All @@ -18,7 +18,7 @@ pyo3 = { version = "0.20.2", features = ["extension-module", "multiple-pymethods
pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime"] }
tokio = { version = "1.4", features = ["full"] }
async-trait = "0.1.48"
raftify = { version = "0.1.41", default-features = false }
raftify = { version = "0.1.42", 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"
Expand Down

0 comments on commit d60106a

Please sign in to comment.