Compare commits

2 Commits

Author SHA1 Message Date
dependabot[bot]
2802aa4d20 Bump ron from 0.9.0 to 0.10.1 in /gamelog
Bumps [ron](https://github.com/ron-rs/ron) from 0.9.0 to 0.10.1.
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ron-rs/ron/compare/v0.9.0...v0.10.1)

---
updated-dependencies:
- dependency-name: ron
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-23 23:03:13 +00:00
Olivia Brooks
6496beeee5 Merge pull request #15 from Cutieguwu/dev
Update main to gamelog v0.7.1 and early tui model from dev.
2025-04-23 19:02:36 -04:00
2 changed files with 3 additions and 3 deletions

4
gamelog/Cargo.lock generated
View File

@@ -53,9 +53,9 @@ dependencies = [
[[package]] [[package]]
name = "ron" name = "ron"
version = "0.9.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63f3aa105dea217ef30d89581b65a4d527a19afc95ef5750be3890e8d3c5b837" checksum = "beceb6f7bf81c73e73aeef6dd1356d9a1b2b4909e1f0fc3e59b034f9572d7b7f"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags", "bitflags",

View File

@@ -4,7 +4,7 @@ version = "0.7.1"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
ron = "0.9" ron = "0.10"
[dependencies.strum] [dependencies.strum]
version = "0.27" version = "0.27"