foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

Make input not required #18

Closed PaulRBerg closed 1 year ago

PaulRBerg commented 1 year ago

This PR makes the version input non-required, defaulting to nightly. I think that this is a sensible thing to do now, given that Foundry is in active development and only has nightly releases. We might revert back to this later on when Foundry starts releasing stable versions as well.

Full changelog:

PaulRBerg commented 1 year ago

Thanks for accepting this PR - though we can close this because #19 made the input optional.