git.delta.rocks / unique-network / refs/commits / 8af05a8ac34d

difftreelog

build switch to released ORML

Yaroslav Bolyukin2023-10-17parent: #cd9af93.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
6613[[package]]6613[[package]]
6614name = "orml-tokens"6614name = "orml-tokens"
6615version = "0.4.1-dev"6615version = "0.4.1-dev"
6616source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6616source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"
6617dependencies = [6617dependencies = [
6618 "frame-support",6618 "frame-support",
6619 "frame-system",6619 "frame-system",
6630[[package]]6630[[package]]
6631name = "orml-traits"6631name = "orml-traits"
6632version = "0.4.1-dev"6632version = "0.4.1-dev"
6633source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6633source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"
6634dependencies = [6634dependencies = [
6635 "frame-support",6635 "frame-support",
6636 "impl-trait-for-tuples",6636 "impl-trait-for-tuples",
6650[[package]]6650[[package]]
6651name = "orml-utilities"6651name = "orml-utilities"
6652version = "0.4.1-dev"6652version = "0.4.1-dev"
6653source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6653source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"
6654dependencies = [6654dependencies = [
6655 "frame-support",6655 "frame-support",
6656 "parity-scale-codec",6656 "parity-scale-codec",
6665[[package]]6665[[package]]
6666name = "orml-vesting"6666name = "orml-vesting"
6667version = "0.4.1-dev"6667version = "0.4.1-dev"
6668source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6668source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"
6669dependencies = [6669dependencies = [
6670 "frame-support",6670 "frame-support",
6671 "frame-system",6671 "frame-system",
6680[[package]]6680[[package]]
6681name = "orml-xcm-support"6681name = "orml-xcm-support"
6682version = "0.4.1-dev"6682version = "0.4.1-dev"
6683source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6683source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"
6684dependencies = [6684dependencies = [
6685 "frame-support",6685 "frame-support",
6686 "orml-traits",6686 "orml-traits",
6694[[package]]6694[[package]]
6695name = "orml-xtokens"6695name = "orml-xtokens"
6696version = "0.4.1-dev"6696version = "0.4.1-dev"
6697source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=upgrade-to-polkadot-v1.1.0#26b6fd59ab71429604a81c99ac093d20982c5459"6697source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v1.1.0#b3694e631df7f1ca16b1973122937753fcdee9d4"
6698dependencies = [6698dependencies = [
6699 "cumulus-primitives-core",6699 "cumulus-primitives-core",
6700 "frame-support",6700 "frame-support",
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -198,11 +198,11 @@
 try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.1.0" }
 
 # ORML
-orml-tokens = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }
-orml-traits = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }
-orml-vesting = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }
-orml-xcm-support = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }
-orml-xtokens = { default-features = false, git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "upgrade-to-polkadot-v1.1.0" }
+orml-tokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
+orml-traits = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
+orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
+orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
+orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v1.1.0" }
 
 # Other
 derivative = { version = "2.2.0", features = ["use_core"] }