Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 24, 2024
1 parent e498d53 commit d4dcc60
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true

[dev-dependencies]
elfo = { path = "../elfo" }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }
elfo-utils = { version = "0.2.6", path = "../elfo-utils" }

metrics.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
Expand Down
4 changes: 2 additions & 2 deletions elfo-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unstable-stuck-detection = ["dep:thread_local"]

[dependencies]
elfo-macros = { version = "0.2.0-alpha.15", path = "../elfo-macros" }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }
elfo-utils = { version = "0.2.6", path = "../elfo-utils" }

stability.workspace = true
metrics.workspace = true
Expand Down Expand Up @@ -57,7 +57,7 @@ rmp-serde = { version = "1.1.0", optional = true }
humantime-serde = "1"

[dev-dependencies]
elfo-utils = { version = "0.2.5", path = "../elfo-utils", features = ["test-util"] }
elfo-utils = { version = "0.2.6", path = "../elfo-utils", features = ["test-util"] }

tokio = { workspace = true, features = ["full"] }
toml.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion elfo-dumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }
elfo-utils = { version = "0.2.6", path = "../elfo-utils" }

metrics.workspace = true
bytesize.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion elfo-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracing-log = [ "dep:tracing-log", "log" ]

[dependencies]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }
elfo-utils = { version = "0.2.6", path = "../elfo-utils" }

metrics.workspace = true
dashmap.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion elfo-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable", "network"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }
elfo-utils = { version = "0.2.6", path = "../elfo-utils" }

metrics.workspace = true
dashmap.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion elfo-pinger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }
elfo-utils = { version = "0.2.6", path = "../elfo-utils" }

tokio = { workspace = true, features = ["time"] }
serde = { version = "1.0.120", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion elfo-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elfo-utils"
version = "0.2.5"
version = "0.2.6"
description = "Some utils for the elfo system"
keywords = ["elfo", "actor", "distributed"]

Expand Down

0 comments on commit d4dcc60

Please sign in to comment.