Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Jan 13, 2025
1 parent eb3f690 commit 0ccbb71
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 43 deletions.
68 changes: 36 additions & 32 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
]

[workspace.package]
version = "0.2.0-rc.1"
version = "0.2.1-rc.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -27,17 +27,17 @@ repository = "https://github.com/mrchantey/forky"

[workspace.dependencies]
### internal ###
forky = { path = "./", version = "0.2.0-rc.1" }
forky = { path = "./", version = "0.2.1-rc.1" }
# forky_ai = { path = "./crates/forky_ai", version = "0.1.43" }
forky_bevy = { path = "./crates/forky_bevy", version = "0.2.0-rc.1" }
forky_cli = { path = "./crates/forky_cli", version = "0.2.0-rc.1" }
forky_core = { path = "./crates/forky_core", version = "0.2.0-rc.1" }
forky_fs = { path = "./crates/forky_fs", version = "0.2.0-rc.1" }
forky_esp = { path = "./crates/forky_esp", version = "0.2.0-rc.1" }
forky_play = { path = "./crates/forky_play", version = "0.2.0-rc.1" }
forky_net = { path = "./crates/forky_net", version = "0.2.0-rc.1" }
forky_web = { path = "./crates/forky_web", version = "0.2.0-rc.1" }
forky_web_macros = { path = "./crates/forky_web/macros", version = "0.2.0-rc.1" }
forky_bevy = { path = "./crates/forky_bevy", version = "0.2.1-rc.1" }
forky_cli = { path = "./crates/forky_cli", version = "0.2.1-rc.1" }
forky_core = { path = "./crates/forky_core", version = "0.2.1-rc.1" }
forky_fs = { path = "./crates/forky_fs", version = "0.2.1-rc.1" }
forky_esp = { path = "./crates/forky_esp", version = "0.2.1-rc.1" }
forky_play = { path = "./crates/forky_play", version = "0.2.1-rc.1" }
forky_net = { path = "./crates/forky_net", version = "0.2.1-rc.1" }
forky_web = { path = "./crates/forky_web", version = "0.2.1-rc.1" }
forky_web_macros = { path = "./crates/forky_web/macros", version = "0.2.1-rc.1" }

### game ###

Expand Down

0 comments on commit 0ccbb71

Please sign in to comment.