Skip to content

Commit

Permalink
chore: Cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Mar 20, 2023
1 parent 01f027e commit 731b3b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ edition = "2018"
features = ["termcolor"]

[dependencies]
# The newer versions of arrayvec are larger due to forced u32 lengths, would need to drop down Smalltext to 16 bytes
# to not see any size increase so I'd rather stick with the older version for now
arrayvec = "0.5"
typed-arena = "2.0.0"
termcolor = { version = "1.1.0", optional = true }
unicode-segmentation = "1"

[dev-dependencies]
criterion = "0.3"
criterion = "0.4"
difference = "2"
tempfile = "3.1.0"

Expand Down

0 comments on commit 731b3b1

Please sign in to comment.