-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working