Skip to content

Commit

Permalink
Stick to thread_local 1.0.1 for now to fix a stack overflow error on …
Browse files Browse the repository at this point in the history
…Windows.
  • Loading branch information
pragmatrix committed Jan 9, 2021
1 parent 7ad74f0 commit c44b7c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skia-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ bindgen = "0.56.0"
# For enum variant name replacements.
regex = "1.2.1"
heck = "0.3.1"
# Version 1.1.0 causes a stack overflow in the binding generation.
thread_local = "~1.0.1"

# for downloading and extracting prebuilt binaries and skia / depot_tools archives:
ureq = "1.5.1"
Expand Down

0 comments on commit c44b7c6

Please sign in to comment.