OpenZeppelin / polkadot-runtime-wrappers

GNU General Public License v3.0
0 stars 1 forks source link

Support different polkadot-sdk versions #9

Open 4meta5 opened 2 weeks ago

4meta5 commented 2 weeks ago

This is a long-term improvement for enabling usage of these macros by users that are not using the exact version of polkadot-sdk used in this crate's Cargo.toml.

A first take at this issue could take the form of docs with simple instructions to patch a different version of polkadot-sdk than the ones explicitly required in this crate.