1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-29 18:17:44 +00:00

Fix Stacked Borrows violations (Miri) (#37)

Co-authored-by: Domenic Quirl <DomenicQuirl@protonmail.com>
This commit is contained in:
DQ 2022-07-07 19:38:14 +02:00 committed by GitHub
parent 2ffeb0e166
commit 21dcf99f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 12 deletions

View file

@ -21,7 +21,7 @@ fxhash = "0.2.1"
parking_lot = "0.11.2"
# Arc
triomphe = "0.1.3"
triomphe = "0.1.7"
sptr = "0.3.2"
[dependencies.serde]