Skip to content

Commit

Permalink
Update ash requirement from 0.37 to 0.38
Browse files Browse the repository at this point in the history
Updates the requirements on [ash](https://github.com/ash-rs/ash) to permit the latest version.
- [Release notes](https://github.com/ash-rs/ash/releases)
- [Changelog](https://github.com/ash-rs/ash/blob/master/Changelog.md)
- [Commits](ash-rs/ash@0.37.0...0.38.0)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 7f5748f commit e63d944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0"
widestring = "1.0"

[dependencies.ash]
version = "0.37"
version = "0.38"
optional = true

[dependencies.windows]
Expand Down

0 comments on commit e63d944

Please sign in to comment.