diff --git a/Cargo.lock b/Cargo.lock index 814084de..75930b78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2578,34 +2578,34 @@ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" [[package]] name = "forky" version = "0.2.0-rc.1" +source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" dependencies = [ - "forky_bevy", - "forky_cli", "forky_core 0.2.0-rc.1", "forky_fs 0.2.0-rc.1", - "forky_net", "forky_web 0.2.0-rc.1", ] [[package]] name = "forky" -version = "0.2.0-rc.1" -source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" +version = "0.2.1-rc.1" dependencies = [ - "forky_core 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", - "forky_fs 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", - "forky_web 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", + "forky_bevy", + "forky_cli", + "forky_core 0.2.1-rc.1", + "forky_fs 0.2.1-rc.1", + "forky_net", + "forky_web 0.2.1-rc.1", ] [[package]] name = "forky_bevy" -version = "0.2.0-rc.1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "bevy", "extend", - "forky_core 0.2.0-rc.1", - "forky_web 0.2.0-rc.1", + "forky_core 0.2.1-rc.1", + "forky_web 0.2.1-rc.1", "js-sys", "rand", "sweet", @@ -2613,7 +2613,7 @@ dependencies = [ [[package]] name = "forky_cli" -version = "0.2.0-rc.1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "axum", @@ -2624,8 +2624,8 @@ dependencies = [ "cssparser", "enigo", "extend", - "forky_core 0.2.0-rc.1", - "forky_fs 0.2.0-rc.1", + "forky_core 0.2.1-rc.1", + "forky_fs 0.2.1-rc.1", "forky_net", "futures", "glob", @@ -2642,26 +2642,27 @@ dependencies = [ [[package]] name = "forky_core" version = "0.2.0-rc.1" +source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" dependencies = [ "anyhow", "extend", "rand", - "sweet", ] [[package]] name = "forky_core" -version = "0.2.0-rc.1" -source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "extend", "rand", + "sweet", ] [[package]] name = "forky_fs" version = "0.2.0-rc.1" +source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" dependencies = [ "anyhow", "clap", @@ -2675,21 +2676,19 @@ dependencies = [ "notify", "notify-debouncer-full", "sha2", - "sweet", "thiserror 2.0.11", "tokio", ] [[package]] name = "forky_fs" -version = "0.2.0-rc.1" -source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "clap", "crossterm", "extend", - "forky_core 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", + "forky_core 0.2.1-rc.1", "futures", "gag", "glob", @@ -2697,19 +2696,20 @@ dependencies = [ "notify", "notify-debouncer-full", "sha2", + "sweet", "thiserror 2.0.11", "tokio", ] [[package]] name = "forky_net" -version = "0.2.0-rc.1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "axum", "bytes", "extend", - "forky_core 0.2.0-rc.1", + "forky_core 0.2.1-rc.1", "http", "http-body", "http-body-util", @@ -2722,14 +2722,14 @@ dependencies = [ [[package]] name = "forky_play" -version = "0.2.0-rc.1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "bevy", "extend", "forky_bevy", - "forky_core 0.2.0-rc.1", - "forky_web 0.2.0-rc.1", + "forky_core 0.2.1-rc.1", + "forky_web 0.2.1-rc.1", "petgraph 0.7.1", "sweet", ] @@ -2737,13 +2737,13 @@ dependencies = [ [[package]] name = "forky_web" version = "0.2.0-rc.1" +source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" dependencies = [ "anyhow", "console_error_panic_hook", "extend", "forky_core 0.2.0-rc.1", "js-sys", - "sweet", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -2751,14 +2751,14 @@ dependencies = [ [[package]] name = "forky_web" -version = "0.2.0-rc.1" -source = "git+https://github.com/mrchantey/forky#0447f279bde93834536bb23fe5b3751eb5471ea1" +version = "0.2.1-rc.1" dependencies = [ "anyhow", "console_error_panic_hook", "extend", - "forky_core 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", + "forky_core 0.2.1-rc.1", "js-sys", + "sweet", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -5415,6 +5415,7 @@ dependencies = [ [[package]] name = "sweet" version = "0.3.0-rc.1" +source = "git+https://github.com/mrchantey/sweet#c4543f7384187c454d54f4440d4e0b4a02803d81" dependencies = [ "sweet_core", "sweet_test", @@ -5423,11 +5424,12 @@ dependencies = [ [[package]] name = "sweet_core" version = "0.3.0-rc.1" +source = "git+https://github.com/mrchantey/sweet#c4543f7384187c454d54f4440d4e0b4a02803d81" dependencies = [ "anyhow", "console_error_panic_hook", "console_log", - "forky 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", + "forky 0.2.0-rc.1", "getrandom", "js-sys", "thiserror 2.0.11", @@ -5440,6 +5442,7 @@ dependencies = [ [[package]] name = "sweet_test" version = "0.3.0-rc.1" +source = "git+https://github.com/mrchantey/sweet#c4543f7384187c454d54f4440d4e0b4a02803d81" dependencies = [ "anyhow", "backtrace", @@ -5450,7 +5453,7 @@ dependencies = [ "console_log", "extend", "flume", - "forky 0.2.0-rc.1 (git+https://github.com/mrchantey/forky)", + "forky 0.2.0-rc.1", "futures", "getrandom", "glob", @@ -5471,6 +5474,7 @@ dependencies = [ [[package]] name = "sweet_test_macros" version = "0.3.0-rc.1" +source = "git+https://github.com/mrchantey/sweet#c4543f7384187c454d54f4440d4e0b4a02803d81" dependencies = [ "anyhow", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 997c14b1..6c2f5be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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 ###