Skip to content

Commit

Permalink
Remove targets referring to rust verification tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymarianne committed Nov 16, 2021
1 parent c19b1ce commit 732c0ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/domain/project/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,6 @@ members = [
exclude = [
".ink"
]
[target.'cfg(not(verify))'.dependencies]
proptest = { version = "0.10" }
[target.'cfg(verify)'.dependencies]
propverify = { path="/rvt/propverify" }
"#;

assert_eq!(expected_manifest, manifest::make_manifest("test", "/rvt"))
Expand Down

0 comments on commit 732c0ae

Please sign in to comment.