Skip to content

Commit

Permalink
Merge pull request #411 from boozook/upd-cargo-dep
Browse files Browse the repository at this point in the history
Update cargo dependencies
  • Loading branch information
boozook authored Aug 12, 2024
2 parents f978f68 + 4231560 commit a5df4d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions cargo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-playdate"
version = "0.5.4"
version = "0.5.5"
readme = "README.md"
description = "Build tool for neat yellow console."
keywords = ["playdate", "build", "cargo", "plugin", "cargo-subcommand"]
Expand Down Expand Up @@ -31,10 +31,10 @@ clap_lex = "0.7"
dirs.workspace = true
fs_extra.workspace = true

cargo = "0.80.0"
cargo-util = "0.2.11"
cargo = "0.81.0"
cargo-util = "0.2.13"
cargo-platform = "0.1.8"
cargo-util-schemas = "0.3.0"
cargo-util-schemas = "0.4.0"

semver.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit a5df4d8

Please sign in to comment.