mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
980 stars 46 forks source link

Fetch version from cargo for repl startup msg #197

Closed glenn-m closed 2 months ago

glenn-m commented 2 months ago

Sources package version from Cargo instead of a static string in the REPL startup banner.

glenn-m commented 2 months ago

I believe this is failing due to https://github.com/mattwparas/steel/issues/192

mattwparas commented 2 months ago

I believe this is failing due to #192

ah that is a bummer isn't it. I'll take a look later today but these changes lgtm. I'll attempt to fix the build as well

mattwparas commented 2 months ago

I've patched master, if you rebase, the build should pass

glenn-m commented 2 months ago

I've patched master, if you rebase, the build should pass

Perfect, thank you! I've rebased.