Skip to content

Commit

Permalink
[chore] Bump fontations crates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Mar 18, 2024
1 parent 9466281 commit 1607dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bitflags = "2.0"
chrono = { version = "0.4.24", features = ["serde"] }
filetime = "0.2.18"
indexmap = { version = "2.0", features = ["serde"] }
kurbo = { version = "0.10.2", features = ["serde"] }
kurbo = { version = "0.11.0", features = ["serde"] }
ordered-float = { version = "4.1.0", features = ["serde"] }
smol_str = { version = "0.2.0", features = ["serde"] }
regex = "1.7.1"
Expand All @@ -21,8 +21,8 @@ clap = { version = "4.0.32", features = ["derive"] }
rayon = "1.6"

# fontations etc
write-fonts = { version = "0.23.0", features = ["serde", "read"] }
skrifa = "0.16.0"
write-fonts = { version = "0.24.0", features = ["serde", "read"] }
skrifa = "0.17.0"
norad = "0.12"

# dev dependencies
Expand Down

0 comments on commit 1607dd6

Please sign in to comment.