foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
58 stars 34 forks source link

fix: doctests #154

Closed klkvr closed 2 weeks ago

klkvr commented 2 weeks ago

Closes #151

Removed some tests in artifacts relying on Project.

Some of the tests are feature-gated behind svm-solc to allow easier construction of project as there's no Solc::default() anymore.