Skip to content

Commit

Permalink
Update pallets/vesting-manager/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Ebert <[email protected]>
  • Loading branch information
gianfra-t and ebma authored Sep 18, 2024
1 parent a6aecdf commit 17aef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/vesting-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.0.1"
log = { version = "0.4.17", default-features = false }
parity-scale-codec = {version = "3.1.5", default-features = false, features = ["derive"]}
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.142" ,default-features = false, optional = true}
serde = {version = "1.0.142", default-features = false, optional = true}
sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }

frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false }
Expand Down

0 comments on commit 17aef86

Please sign in to comment.