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 1eecf31
Show file tree
Hide file tree
Showing 3 changed files with 5 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
7 changes: 4 additions & 3 deletions fontbe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ 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"

fea-rs = "0.3.0"
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 1eecf31

Please sign in to comment.