Skip to content

Commit

Permalink
remove tmp patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderian committed Jan 21, 2025
1 parent bb09753 commit fd4c6b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,9 @@ sp-crypto-ec-utils = { git = "https://github.com/gasp-xyz/polkadot-sdk", branch
# orml-traits = { path = "../open-runtime-module-library/traits" }
# orml-utilities = { path = "../open-runtime-module-library/utilities" }

# patch generated by './scripts/dev_manifest.sh ../open-runtime-module-library/'
[patch."https://github.com/gasp-xyz/open-runtime-module-library"]
orml-tokens = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
orml-asset-registry = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
orml-traits = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
orml-utilities = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
# # patch generated by './scripts/dev_manifest.sh ../open-runtime-module-library/'
# [patch."https://github.com/gasp-xyz/open-runtime-module-library"]
# orml-tokens = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
# orml-asset-registry = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
# orml-traits = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }
# orml-utilities = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }

0 comments on commit fd4c6b1

Please sign in to comment.