Skip to content

Commit

Permalink
Starting to tidy up issue where fea-rs using fontations 0.0.5 and fon…
Browse files Browse the repository at this point in the history
…tmake-rs using 0.0.6 is deemed incompatible because the leftmost non-zero of the version changed
  • Loading branch information
rsheeter committed Mar 1, 2023
1 parent 949820c commit b6f200a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[patch.crates-io]
read-fonts = { git="https://github.com/googlefonts/fontations.git", branch="pathel" }
write-fonts = { git="https://github.com/googlefonts/fontations.git", branch="pathel" }

[workspace]

members = [
Expand Down
8 changes: 5 additions & 3 deletions fontbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ env_logger = "0.9.0"

parking_lot = "0.12.1"

read-fonts = "0.0.5"
write-fonts = "0.0.5"
fea-rs = "0.2.0"
read-fonts = "0.1.0"
write-fonts = "0.1.0"

# TEMPORARY due to https://github.com/cmyr/fea-rs/pull/122
fea-rs = { git="https://github.com/rsheeter/fea-rs" }
smol_str = "0.1.18"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fontir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env_logger = "0.9.0"

parking_lot = "0.12.1"

write-fonts = "0.0.5" # for pens
write-fonts = "0.1.0" # for pens

[dev-dependencies]
diff = "0.1.12"
Expand Down

0 comments on commit b6f200a

Please sign in to comment.