stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Remove cargo-hack #161

Closed leighmcculloch closed 1 year ago

leighmcculloch commented 1 year ago

What

Remove cargo-hack. Remove unused features. Replace cargo-hack powerset usages with explicitly specifying the features to enable in test runs.

Why

@tyvdh made the point that it complicates the examples, and encourages developers new to Rust to think they need cargo-hack when they probably don't.