Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yeastplume
Copy link
Member

Trying to merge a wallet PR (and ending up in a rabbit hole), the latest version of the thiserror crate is implicitly referencing rust's core library, while the grin_store crate was also using the identifier core to reference grin_core. This updates grin_store's grin_core import to be explicit and resolve the error.

We probably shouldn't have used the name core, (see rust-lang/cargo#7760), but I think we'll be fine since we're exporting the crate as grin_core.

Reason for change: see dtolnay/thiserror#255

Also updates Cargo.lock

@yeastplume yeastplume merged commit 5e2aa59 into mimblewimble:master Oct 3, 2023
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 this pull request may close these issues.

1 participant