Skip to content

Fix version pinning example in wrappers README - #330

Merged
sarsko merged 1 commit into
mainfrom
fix-version-importer-readme
Aug 26, 2026
Merged

Fix version pinning example in wrappers README#330
sarsko merged 1 commit into
mainfrom
fix-version-importer-readme

Conversation

@bkragl

@bkragl bkragl commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

The version pinning example in wrappers/README.md was missing the package = "tokio" key on the version-importer dependency:

tokio-version-importer-do-not-use-directly = { version = "=1.36.0" }

As written, cargo would look for a crate literally named tokio-version-importer-do-not-use-directly instead of pulling in the real tokio crate, so the example would fail to resolve.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bkragl
bkragl requested a review from sarsko August 26, 2026 17:57
@sarsko
sarsko merged commit bbeaffe into main Aug 26, 2026
7 checks 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