Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update manifests post fea-rs merge #513

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Oct 25, 2023

This makes fea-rs use the workspace deps where possible, and makes fontbe use the local fea-rs.

It also makes a few other updates to update paths & urls in fea-rs/Cargo.toml, and it bumps a few out of date dependencies.

diff = { version = "0.1.12", optional = true }
rayon = { version = "1.6", optional = true }
serde = { version = "1.0.147", features = ["derive"], optional = true }
serde_json = {version = "1.0.87", optional = true }
thiserror = "1.0.37"
clap = { version = "4.0.32", features = ["derive"], optional = true }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think several more can move to workspace if we follow the current practice of doing so as soon as more than one crate uses something:

  • fontc also uses both clap and rayon so they should move
  • serde is in the workspace
  • ufo2fontir uses norad

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue is that in fea-rs these are optional, whereas they aren't in the other crates, so I don't think this works?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey great, TIL.

Copy link
Contributor

@rsheeter rsheeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just need a few more workspace entries

@cmyr cmyr force-pushed the consolidate-dependencies branch 2 times, most recently from 47e86b6 to 3ff15ef Compare October 25, 2023 21:31
This makes fea-rs use the workspace deps where possible, and makes
fontbe use the local fea-rs.

It also makes a few other updates to update paths & urls in
fea-rs/Cargo.toml, and it bumps a few out of date dependencies.
@cmyr cmyr force-pushed the consolidate-dependencies branch from 3ff15ef to 8316844 Compare October 26, 2023 14:58
@cmyr cmyr added this pull request to the merge queue Oct 26, 2023
Merged via the queue into main with commit 0c6c450 Oct 26, 2023
9 checks passed
@cmyr cmyr deleted the consolidate-dependencies branch October 26, 2023 15:16
@cmyr cmyr mentioned this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants