Skip to content

Cannot rebuild Cargo.lock #106

@tdelabro

Description

@tdelabro

If I delete the Cargo.lock file, I cannot rebuild it.

ubuntu@ns3204502:~/integritee-node$ cargo update
    Updating git repository `https://github.com/paritytech/substrate.git`
    Updating crates.io index
    Updating git repository `https://github.com/integritee-network/pallets.git`
error: no matching package found
searched package name: `sp-core`
prerelease package needs to be specified explicitly
sp-core = { version = "4.1.0-dev" }
location searched: https://github.com/paritytech/substrate.git?branch=master
required by package `integritee-node v1.0.5 (/home/ubuntu/integritee-node/node)`

Seems like the version 4.0.0-dev of sp-core does no longer exists, still it is used everywhere.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions