Conversation
The previous version gives us following error:
```text
error: failed to select a version for `syn`.
... required by package `defmt-macros v0.3.2 (/github.com/knurling-rs/defmt/macros)`
... which satisfies path dependency `defmt-macros` (locked to 0.3.2) of package `defmt v0.3.2 (/github.com/knurling-rs/defmt/defmt)`
... which satisfies path dependency `defmt` (locked to 0.3.2) of package `defmt-rtt v0.3.2 (/github.com/knurling-rs/defmt/firmware/defmt-rtt)`
... which satisfies dependency `defmt-rtt = "^0.3"` (locked to 0.3.2) of package `krate v0.1.0 (/github.com/knurling-rs/krate)`
versions that meet the requirements `^1.0.100` are: 1.0.101, 1.0.100
all possible versions conflict with previously selected packages.
previously selected package `syn v1.0.95`
... which satisfies dependency `syn = "^1.0"` (locked to 1.0.95) of package `cortex-m-rt-macros v0.7.0`
... which satisfies dependency `cortex-m-rt-macros = "=0.7.0"` (locked to 0.7.0) of package `cortex-m-rt v0.7.1`
... which satisfies dependency `cortex-m-rt = "^0.7"` (locked to 0.7.1) of package `defmt-test v0.3.0 (/github.com/knurling-rs/defmt/firmware/defmt-test)`
... which satisfies dependency `defmt-test = "^0.3"` (locked to 0.3.0) of package `krate v0.1.0 (/github.com/knurling-rs/krate)`
failed to select a version for `syn` which could resolve this conflict
```
Urhengulas
commented
Oct 5, 2022
Member
Author
|
bors r+ |
Contributor
|
Build succeeded: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.