mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
replaced Box<str> with SmolStr
This commit is contained in:
parent
fb88595b6c
commit
da6a820638
21 changed files with 137 additions and 85 deletions
|
|
@ -9,10 +9,10 @@ path = "../frontend"
|
|||
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.13"
|
||||
lazy_static = "1"
|
||||
num-derive = "0.4"
|
||||
num-traits = "0.2"
|
||||
regex = "1"
|
||||
thiserror = "1"
|
||||
static_assertions = "1"
|
||||
itertools = "0.13.0"
|
||||
lazy_static = "1.5.0"
|
||||
num-derive = "0.4.2"
|
||||
num-traits = "0.2.19"
|
||||
regex = "1.10.6"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "1.0.63"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue