Skip to content

Commit

Permalink
Merge pull request #2 from farm-ng/fix-v0.2.1
Browse files Browse the repository at this point in the history
correct version for crates.io: 0.2.1
  • Loading branch information
strasdat authored Oct 1, 2023
2 parents c1d4e41 + 290ce1a commit a432df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ version = "0.2.1"
# executor feature needed
tokio = { version = "1.28.0", features = ["full"] }
tokio-stream = "0.1.14"
enum-map = "2.5.0"
enum-map = "3.0.0-0.gat.0"
async-trait = "0.1.51"
rand = "0.8.4"
petgraph = "0.6.3"
uuid = { version = "1.3.3", features = ["v4"] }
strum_macros = "0.25"
strum = { version = "0.25", features = ["derive"] }
hollywood_macros = { version = "0.1.0", path = "hollywood_macros" }
hollywood_macros = { version = "0.2.1", path = "hollywood_macros" }
rand_distr = "0.4.3"
nalgebra = "0.32.2"
grid = "0.10.0"
grid = "0.11.0"
drawille = "0.3.0"
2 changes: 1 addition & 1 deletion hollywood_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
keywords = ["actor", "compute", "graph", "pipeline"]
readme = "../README.md"
repository = "https://github.com/farm-ng/hollywood/tree/main/hollywood_macros"
version = "0.1.0"
version = "0.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
Expand Down

0 comments on commit a432df3

Please sign in to comment.