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

Update dependencies versions #9

Merged
merged 5 commits into from
Dec 12, 2024
Merged

Conversation

Kannen
Copy link
Contributor

@Kannen Kannen commented Dec 10, 2024

Update crate dependencies versions and relax required versions.

Without those update, this crate will soon not compile anymore.

Thank you for this crate, I use it in production, it is very usefull :).

@pengowen123
Copy link
Owner

Thanks for the PR! I'm glad you found it useful :).

I have two comments:

  • The latest plotters seems to require the ttf feature to render text. Can you enable it?

  • Removing the minor/patch versions shouldn't be necessary, as Cargo will use later versions automatically as long as they are semver-compatible. The library might be incompatible with older dependency versions though, so it would be safest to keep the minor/patch requirements. Can you add them back?

@Kannen
Copy link
Contributor Author

Kannen commented Dec 12, 2024

Oh! Thank you for the help. I added back the minor/patch version and the ttf plotters feature!

@pengowen123
Copy link
Owner

Thanks!

@pengowen123 pengowen123 merged commit 41526b2 into pengowen123:master Dec 12, 2024
1 check passed
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