diff options
author | Philip Dubé <serprex@users.noreply.github.com> | 2023-12-29 01:40:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 01:40:18 +0000 |
commit | 91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098 (patch) | |
tree | ddb1dab94eca886b33cc9b5cd57a4d0e36c8fb90 /Cargo.lock | |
parent | 81df32af60147941c7d6005cf55ffd14c9665734 (diff) | |
download | alacritty-91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098.tar.gz alacritty-91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098.zip |
Remove direct dependency on once_cell
With MSRV 1.70, std now contains the necessary parts.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ dependencies = [ "log", "notify", "objc", - "once_cell", "parking_lot", "png", "raw-window-handle", |