Skip to content

Commit

Permalink
Update (#93)
Browse files Browse the repository at this point in the history
* Update crates

* Update lint

* Update CHANGELOG
  • Loading branch information
Jake-Shadle authored Sep 20, 2024
1 parent 42f188e commit 72db5f2
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ rustflags = [
"-Wclippy::match_wild_err_arm",
"-Wclippy::match_wildcard_for_single_variants",
"-Wclippy::mem_forget",
"-Wclippy::mismatched_target_os",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mut_mut",
"-Wclippy::mutex_integer",
Expand Down Expand Up @@ -75,5 +74,6 @@ rustflags = [
"-Wfuture_incompatible",
"-Wnonstandard_style",
"-Wrust_2018_idioms",
"-Wunexpected_cfgs",
# END - Embark standard lints v6 for Rust 1.55+
]
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#93](https://github.com/EmbarkStudios/krates/pull/93) updated crates.

## [0.17.1] - 2024-08-02
### Changed
- [PR#92](https://github.com/EmbarkStudios/krates/pull/92) updated crates.
Expand Down
Loading

0 comments on commit 72db5f2

Please sign in to comment.