Skip to content

Commit

Permalink
fix(napi): require higher version of once_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Dec 29, 2022
1 parent ce4c284 commit d2a492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio_time = ["tokio/time"]

[dependencies]
ctor = "0.1"
once_cell = "1"
once_cell = "1.16"
thread_local = "1"
bitflags = "1"

Expand Down

0 comments on commit d2a492a

Please sign in to comment.