Skip to content

Commit

Permalink
Mock builder: use foss3 dependency (#1592)
Browse files Browse the repository at this point in the history
* add new mock-builder dependency from foss3

* remove inner copy
  • Loading branch information
lemunozm authored Oct 16, 2023
1 parent 470298d commit 5e80739
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1,073 deletions.
7 changes: 1 addition & 6 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ path = "src/main.rs"

[workspace]
members = [
"libs/mock-builder",
"libs/mocks",
"libs/primitives",
"libs/proofs",
Expand Down Expand Up @@ -71,6 +70,9 @@ members = [
"runtime/integration-tests",
]

[workspace.dependencies]
mock-builder = { git = "https://github.com/foss3/runtime-pallet-library", branch = "polkadot-v0.9.38" }

[dependencies]
# third-party dependencies
async-trait = "0.1"
Expand Down
36 changes: 0 additions & 36 deletions libs/mock-builder/Cargo.toml

This file was deleted.

Loading

0 comments on commit 5e80739

Please sign in to comment.