Skip to content

Commit

Permalink
Bump libloading to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Apr 11, 2023
1 parent 88e46b4 commit b813b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Inlined struct setters (#602)
- Bumped MSRV from 1.59 to 1.60 (#709)
- Replaced `const fn name()` with associated `NAME` constants (#715)
- Bumped `libloading` from `0.7` to `0.8` (#739)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion ash-rewrite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition = "2021"
rust-version = "1.60.0"

[dependencies]
libloading = { version = "0.7", optional = true }
libloading = { version = "0.8", optional = true }

[features]
default = ["loaded", "debug"]
Expand Down
2 changes: 1 addition & 1 deletion ash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2021"
rust-version = "1.60.0"

[dependencies]
libloading = { version = "0.7", optional = true }
libloading = { version = "0.8", optional = true }

[features]
default = ["loaded", "debug"]
Expand Down

0 comments on commit b813b74

Please sign in to comment.