Skip to content

Commit

Permalink
Merge pull request #838 from rictic/bump-kurbo
Browse files Browse the repository at this point in the history
Bump kurbo to latest version in write-fonts.
  • Loading branch information
rsheeter authored Mar 15, 2024
2 parents 5dba11d + 32f838f commit 6cc325a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions write-fonts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = ["dep:serde", "font-types/serde", "read-fonts/serde"]
font-types = { version = "0.4.3", path = "../font-types" }
read-fonts = { version = "0.16.0", path = "../read-fonts" }
log = "0.4"
kurbo = "0.10.2"
kurbo = "0.11.0"
dot2 = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
indexmap = "2.0"
Expand All @@ -26,7 +26,9 @@ indexmap = "2.0"
diff = "0.1.12"
ansi_term = "0.12.1"
font-test-data = { path = "../font-test-data" }
read-fonts = { version = "0.16.0", path = "../read-fonts", features = [ "codegen_test"] }
read-fonts = { version = "0.16.0", path = "../read-fonts", features = [
"codegen_test",
] }
env_logger = "0.10.0"
rstest = "0.18.0"
pretty_assertions.workspace = true
Expand Down

0 comments on commit 6cc325a

Please sign in to comment.