Skip to content

Commit

Permalink
Update packages & versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Dec 19, 2023
1 parent c667d0b commit ef31c8a
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 65 deletions.
44 changes: 22 additions & 22 deletions bins/Cargo.lock

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

4 changes: 2 additions & 2 deletions bins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["ayaka-check", "ayaka-gui/src-tauri", "ayaka-latex"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Berrysoft <[email protected]>"]
categories = ["game-development"]
Expand All @@ -23,6 +23,6 @@ ayaka-runtime = { path = "../utils/ayaka-runtime" }
ayaka-model = { path = "../utils/ayaka-model" }
tokio = { version = "1" }
clap = { version = "4" }
flexi_logger = { version = "0.26", default-features = false, features = [
flexi_logger = { version = "0.27", default-features = false, features = [
"colors",
] }
52 changes: 26 additions & 26 deletions plugins/Cargo.lock

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

2 changes: 1 addition & 1 deletion plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Berrysoft <[email protected]>"]
categories = ["wasm"]
Expand Down
Loading

0 comments on commit ef31c8a

Please sign in to comment.