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

Release geozero 0.14.0 #238

Merged
merged 4 commits into from
Sep 26, 2024
Merged

Release geozero 0.14.0 #238

merged 4 commits into from
Sep 26, 2024

Conversation

pka
Copy link
Member

@pka pka commented Sep 19, 2024

No description provided.

@pka
Copy link
Member Author

pka commented Sep 19, 2024

Test Build fails, because sqlx 0.7 in geozero-bench and geozero-cli conflicts with sqlx 0.8 in geozero:

error: failed to select a version for `sqlx`.
    ... required by package `geozero-bench v0.14.0 (/home/pi/code/rust/geozero/geozero-bench)`
versions that meet the requirements `^0.7` are: 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7.0

the package `sqlx` links to the native library `sqlite3`, but it conflicts with a previous package which links to `sqlite3` as well:
package `sqlx v0.8.0`
    ... which satisfies dependency `sqlx = "^0.8"` of package `geozero v0.14.0 (/home/pi/code/rust/geozero/geozero)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "sqlite3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `sqlx` which could resolve this conflict

Any ideas?

@pka pka added this pull request to the merge queue Sep 26, 2024
Merged via the queue into georust:main with commit e3f6502 Sep 26, 2024
1 check passed
@pka pka deleted the release-0-14 branch September 26, 2024 18:32
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.

3 participants