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
|
|
@ -20,6 +20,6 @@ path = "interpreter"
|
|||
# path = "vm"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
colored = "2.1.0"
|
||||
rustyline = "14.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue