Skip to content

Commit

Permalink
Upgrade libloading to ^0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 authored and timothee-haudebourg committed May 22, 2023
1 parent 76d7d91 commit 0ac23e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unpublished]
### Changed
- Upgrade dependency `libloading`: ^0.7 -> ^0.8.

## [4.1.0]
### Changed
- `load_required` and `load` now trying to load `libEGL.so.1` or `libEGL.so`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dynamic = ["libloading"]

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

[build-dependencies]
pkg-config = { version = "^0.3", optional = true }
Expand Down

0 comments on commit 0ac23e2

Please sign in to comment.