Make arenas thread safe
This commit is contained in:
parent
ead5cf11b8
commit
19d44f2d24
3 changed files with 77 additions and 0 deletions
3
src/Cargo.lock
generated
3
src/Cargo.lock
generated
|
|
@ -66,6 +66,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
[[package]]
|
||||
name = "arena"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"rustc_data_structures 0.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrayvec"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue