Fix: ROGCC: Remove unwrap causing panic on main thread

Closes #293
This commit is contained in:
Luke D. Jones
2022-12-08 11:14:01 +13:00
parent 8e8681c190
commit c7893b16f9
4 changed files with 14 additions and 11 deletions

View File

@@ -5,6 +5,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).
## [Unreleased]
## [v4.5.5]
- remove an unwrap() causing panic on main ROGCC thread
## [v4.5.4]
### Changed
- ROGCC:: Allow ROGCC to run without supergfxd