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

newtype default interner

This commit is contained in:
Domenic Quirl 2021-02-21 20:50:44 +01:00
parent d8ce241cf5
commit fb41635961
13 changed files with 164 additions and 29 deletions

View file

@ -9,7 +9,7 @@ repository = "https://github.com/domenicquirl/cstree"
readme = "README.md"
[dependencies]
lasso = "0.4.1"
lasso = "0.5"
text-size = "1.0.0"
fxhash= "0.2.1"
servo_arc = { path = "vendor/servo_arc" }