Fix thread safety with LLVM library #340

Merged
sb10q merged 1 commits from fix/llvm-threadsafe into master 2024-08-17 17:37:20 +08:00
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -673,7 +673,6 @@ dependencies = [
"inkwell", "inkwell",
"insta", "insta",
"itertools 0.11.0", "itertools 0.11.0",
"lazy_static",
"nac3parser", "nac3parser",
"parking_lot", "parking_lot",
"rayon", "rayon",

View File

@ -10,7 +10,6 @@ crossbeam = "0.8"
parking_lot = "0.12" parking_lot = "0.12"
rayon = "1.5" rayon = "1.5"
nac3parser = { path = "../nac3parser" } nac3parser = { path = "../nac3parser" }
lazy_static = "1.4"
[dependencies.inkwell] [dependencies.inkwell]
version = "0.2" version = "0.2"