Merge pull request #139 from NikVolf/patch-1

parity-wasm should be ok with crates.io version
This commit is contained in:
Alex Crichton 2018-04-17 14:32:02 -05:00 committed by GitHub
commit 0884b3cca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,3 @@ members = [
lto = true
opt-level = 's'
panic = 'abort'
[patch.crates-io]
parity-wasm = { git = 'https://github.com/paritytech/parity-wasm' }