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

failed to parse the version requirement 0.11 for dependency parking_lot #464

Closed
mrcnski opened this issue Sep 13, 2021 · 0 comments · Fixed by #465
Closed

failed to parse the version requirement 0.11 for dependency parking_lot #464

mrcnski opened this issue Sep 13, 2021 · 0 comments · Fixed by #465

Comments

@mrcnski
Copy link

mrcnski commented Sep 13, 2021

When I run

cargo build --release --features ocw

I get

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/Users/marcin/.cargo/registry/src/github.com-1ecc6299db9ec823/parity-db-0.2.3/Cargo.toml`

Caused by:
  failed to parse the version requirement `0.11	` for dependency `parking_lot`

Caused by:
  expected comma after minor version number, found '\t'

For a workaround, this seems to work:

cargo update -p parity-db
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 a pull request may close this issue.

1 participant