Skip to content

Commit

Permalink
Remove once_cell dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomem committed Jun 11, 2023
1 parent 11e33db commit 91977e1
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 162 deletions.
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
### Added
- Package project for nix using `dream2nix`

### Changed
- Replace usage of `once_cell` crate with the standard library `OnceLock`

## [1.0.3] - 2023-02-04
### Added
- Added automatic Github release building using `cargo-dist`
Expand Down
Loading

0 comments on commit 91977e1

Please sign in to comment.