mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
fix(napi): require higher version of once_cell
This commit is contained in:
parent
ce4c28412a
commit
d2a492a2d0
@ -50,7 +50,7 @@ tokio_time = ["tokio/time"]
|
||||
|
||||
[dependencies]
|
||||
ctor = "0.1"
|
||||
once_cell = "1"
|
||||
once_cell = "1.16"
|
||||
thread_local = "1"
|
||||
bitflags = "1"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user