Skip to content

Commit

Permalink
Lift dependencies to the workspace (Part 2/x) (#3366)
Browse files Browse the repository at this point in the history
Lifting some more dependencies to the workspace. Just using the
most-often updated ones for now.
It can be reproduced locally.

```sh
$ zepter transpose dependency lift-to-workspace --ignore-errors syn quote thiserror "regex:^serde.*"

$ zepter transpose dependency lift-to-workspace --version-resolver=highest syn quote thiserror "regex:^serde.*" --fix

$ taplo format --config .config/taplo.toml
```

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
(cherry picked from commit e89d0fc)
  • Loading branch information
ggwpez authored and serban300 committed Mar 22, 2024
1 parent b29a3af commit a35d063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/polkadot-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"] }
parity-util-mem = { version = "0.12.0", optional = true }
scale-info = { version = "2.11.0", default-features = false, features = ["derive"] }
serde = { default-features = false, features = ["derive"], optional = true, workspace = true }
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }

# Bridge Dependencies

Expand Down

0 comments on commit a35d063

Please sign in to comment.