centrifuge / fudge

FUlly Decoupled Generic Environment for Substrate-chains
Other
22 stars 2 forks source link

toolchain: Use stable rust #75

Closed cdamian closed 4 months ago

cdamian commented 4 months ago

Use a stable version of rust instead of nightly.

lemunozm commented 4 months ago

@Cosmin could you add the following on the bottom of your Cargo.toml?

# Check issue: https://github.com/paritytech/arkworks-substrate/issues/9
[patch."https://github.com/paritytech/polkadot-sdk"]
sp-crypto-ec-utils = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.7.2" }

Just to clean some double inner dependencies that can hit us in the future

lemunozm commented 4 months ago

Ready to be used in the main branch!