stamp-protocol / tracker

The place for all features, bugs, and discussions
https://stampid.net/
2 stars 0 forks source link

rasn dependency in core is not found #28

Closed kaichaosun closed 2 years ago

kaichaosun commented 2 years ago

It's using a relative path, do you forget to upload it to github? @orthecreedence

orthecreedence commented 2 years ago

You're right! I just updated Cargo.toml to point to a better location. Give it a pull and try again =]

kaichaosun commented 2 years ago

core is now success in build, but cli is still broken with missing dependencies in core, like

error[E0432]: unresolved import `stamp_core::util::Lockable`
 --> src/util.rs:6:5
  |
6 |     util::Lockable,
  |     ^^^^^^^^^^^^^^ no `Lockable` in `util`

error[E0432]: unresolved import `stamp_core::identity::ClaimBin`
  --> src/commands/claim.rs:13:9
   |
13 |         ClaimBin,
   |         ^^^^^^^^ no `ClaimBin` in `identity`
orthecreedence commented 2 years ago

Sorry, try again. I had unpushed commits on cli.