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

Another instance of using semver trick: avoiding linking errors #8

Closed
Kixunil opened this issue Apr 18, 2020 · 1 comment
Closed

Another instance of using semver trick: avoiding linking errors #8

Kixunil opened this issue Apr 18, 2020 · 1 comment

Comments

@Kixunil
Copy link

Kixunil commented Apr 18, 2020

First of all, thanks for the awesome idea! I used it to avoid linking issues where one crate moved FFI to a separate crate and also bumped version. So when the depending crates were using different versions it duplicated the symbols.

I was thinking it might be worth mentioning it as another interesting use of the semver trick. What do you think?

@dtolnay
Copy link
Owner

dtolnay commented Jul 16, 2022

I am not going to include this in the writeup in this repo, but thanks for sharing!

@dtolnay dtolnay closed this as completed Jul 16, 2022
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

No branches or pull requests

2 participants