Skip to content

Commit

Permalink
TEMP patch crates
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 14, 2020
1 parent 76c1495 commit 0653fd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,12 @@ test_programs = ["test-programs/test_programs"]

[badges]
maintenance = { status = "actively-developed" }

[patch.crates-io]
cranelift-codegen = { path = "../cranelift/cranelift-codegen" }
cranelift-entity = { path = "../cranelift/cranelift-entity" }
cranelift-frontend = { path = "../cranelift/cranelift-frontend" }
cranelift-native = { path = "../cranelift/cranelift-native" }
cranelift-wasm = { path = "../cranelift/cranelift-wasm" }
wat = { path = "../wat" }
wast = { path = "../wat/crates/wast" }

0 comments on commit 0653fd9

Please sign in to comment.