Skip to content

Commit

Permalink
⬆️ (deps): Bump auto_enums from 0.8.2 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [auto_enums](https://github.com/taiki-e/auto_enums) from 0.8.2 to 0.8.4.
- [Release notes](https://github.com/taiki-e/auto_enums/releases)
- [Changelog](https://github.com/taiki-e/auto_enums/blob/main/CHANGELOG.md)
- [Commits](taiki-e/auto_enums@v0.8.2...v0.8.4)

---
updated-dependencies:
- dependency-name: auto_enums
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 8a71050 commit f38566d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README_en.md"
keywords = ["game-of-life", "cellular-automata"]

[dependencies]
auto_enums = "0.8.2"
auto_enums = "0.8.4"
bitflags = "2.4.0"
ca-formats = { version = "0.3.5", features = ["unknown"], optional = true }
ca-rules = "0.3.5"
Expand Down

0 comments on commit f38566d

Please sign in to comment.