Skip to content

Commit

Permalink
Static logo link for crates.io (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor authored Mar 5, 2023
1 parent ba19d29 commit c94d71e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ractor

<p align="center">
<img src="./docs/ractor_logo.svg" width="20%" />
<img src="https://raw.githubusercontent.com/slawlor/ractor/main/docs/ractor_logo.svg" width="20%" />
</p>

*Pronounced ract-er*
Expand Down
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.7.3"
version = "0.7.4"
authors = ["Sean Lawlor", "Evan Au", "Dillon George"]
description = "A actor framework for Rust"
documentation = "https://docs.rs/ractor"
Expand Down
6 changes: 3 additions & 3 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.7.3"
version = "0.7.4"
authors = ["Sean Lawlor", "Evan Au", "Dillon George"]
description = "Distributed cluster environment of Ractor actors"
documentation = "https://docs.rs/ractor"
Expand All @@ -24,8 +24,8 @@ bytes = { version = "1" }
log = "0.4"
prost = { version = "0.11" }
prost-types = { version = "0.11" }
ractor = { version = "0.7.3", features = ["cluster"], path = "../ractor" }
ractor_cluster_derive = { version = "0.7.3", path = "../ractor_cluster_derive" }
ractor = { version = "0.7.4", features = ["cluster"], path = "../ractor" }
ractor_cluster_derive = { version = "0.7.4", path = "../ractor_cluster_derive" }
rand = "0.8"
rustls = { version = "0.20" }
sha2 = "0.10"
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.7.3"
version = "0.7.4"
authors = ["Sean Lawlor <[email protected]>"]
description = "Derives for ractor_cluster"
license = "MIT"
Expand Down

0 comments on commit c94d71e

Please sign in to comment.