@@ -19,24 +19,24 @@ serde = { version = "1.0.140", default-features = false, features = ["derive"] }
1919scale-info = { version = " 2.5.0" , default-features = false , features = [
2020 " derive" ,
2121] }
22- frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
23- frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
24- frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false , optional = true }
25- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
26- pallet-uniques = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
27- pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
28- pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
22+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
23+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
24+ frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false , optional = true }
25+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
26+ pallet-uniques = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
27+ pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
28+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
2929pallet-fruniques = { path = " ../fruniques" , default-features = false , version = " 0.1.0-dev" }
3030pallet-rbac = { path = " ../rbac/" , default-features = false , version = " 4.0.0-dev" }
3131pallet-gated-marketplace = { path = " ../gated-marketplace/" , default-features = false , version = " 4.0.0-dev" }
3232pallet-mapped-assets = { path = " ../mapped-assets/" , default-features = false , version = " 4.0.0-dev" }
33- sp-io = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" , default-features = false }
33+ sp-io = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" , default-features = false }
3434
3535[dev-dependencies ]
36- sp-core = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" }
37- sp-io = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" }
38- sp-runtime = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" }
39- sp-std = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.2 .0" }
36+ sp-core = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" }
37+ sp-io = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" }
38+ sp-runtime = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" }
39+ sp-std = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.3 .0" }
4040
4141[features ]
4242default = [" std" ]
0 commit comments