fix(napi): require higher version of once_cell
This commit is contained in:
parent
ce4c28412a
commit
d2a492a2d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue