Skip to content

Commit

Permalink
Prep for 0.14.3 release (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor authored Jan 7, 2025
1 parent f45cdd2 commit 0f0483f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ignore:
# Tests are not covered
- "ractor_cluster_integration_tests"
# Protocol is all generated code and should be excluded from code coverage
- "ractor_cluster/src/protocol"
- "ractor_cluster/src/protocol"
2 changes: 1 addition & 1 deletion ractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ractor"
version = "0.14.2"
version = "0.14.3"
authors = ["Sean Lawlor", "Evan Au", "Dillon George"]
description = "A actor framework for Rust"
documentation = "https://docs.rs/ractor"
Expand Down
3 changes: 1 addition & 2 deletions ractor_cluster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ractor_cluster"
version = "0.14.2"
version = "0.14.3"
authors = ["Sean Lawlor <slawlor>"]
description = "Distributed cluster environment of Ractor actors"
documentation = "https://docs.rs/ractor"
Expand All @@ -20,7 +20,6 @@ async-trait = ["dep:async-trait", "ractor/async-trait"]
default = []

[build-dependencies]
# protobuf-src = "2"
protoc-bin-vendored = "3"
prost-build = { version = "0.13" }

Expand Down
2 changes: 1 addition & 1 deletion ractor_cluster_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ractor_cluster_derive"
version = "0.14.2"
version = "0.14.3"
authors = ["Sean Lawlor <slawlor>"]
description = "Derives for ractor_cluster"
license = "MIT"
Expand Down

0 comments on commit 0f0483f

Please sign in to comment.