Bump `proc-macro-crate` to the latest version (#4409)
This PR bumps `proc-macro-crate` to the latest version. In order to test a runtime from https://github.com/polkadot-fellows/runtimes/ with the latest version of polkadot-sdk one needs to use `cargo vendor` to extract all runtime dependencies, patch them by hand and then build the runtime. However at the moment 'vendored' builds fail due to https://github.com/bkchr/proc-macro-crate/issues/48. To fix this `proc-macro-crate` should be updated to version `3.0.1` or higher. --------- Co-authored-by: command-bot <>
Showing
- Cargo.lock 231 additions, 222 deletionsCargo.lock
- polkadot/node/core/backing/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/backing/Cargo.toml
- polkadot/node/core/dispute-coordinator/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/dispute-coordinator/Cargo.toml
- polkadot/node/core/prospective-parachains/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/prospective-parachains/Cargo.toml
- polkadot/node/core/provisioner/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/provisioner/Cargo.toml
- polkadot/node/network/availability-distribution/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/availability-distribution/Cargo.toml
- polkadot/node/network/availability-recovery/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/availability-recovery/Cargo.toml
- polkadot/node/network/bridge/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/bridge/Cargo.toml
- polkadot/node/network/collator-protocol/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/collator-protocol/Cargo.toml
- polkadot/node/network/dispute-distribution/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/dispute-distribution/Cargo.toml
- polkadot/node/network/protocol/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/protocol/Cargo.toml
- polkadot/node/network/statement-distribution/Cargo.toml 1 addition, 1 deletionpolkadot/node/network/statement-distribution/Cargo.toml
- polkadot/node/subsystem-util/Cargo.toml 1 addition, 1 deletionpolkadot/node/subsystem-util/Cargo.toml
- substrate/frame/support/test/tests/construct_runtime_ui/deprecated_where_block.stderr 4 additions, 4 deletions.../tests/construct_runtime_ui/deprecated_where_block.stderr
Please register or sign in to comment