gluon-lang / gluon

A static, type inferred and embeddable language written in Rust.
https://gluon-lang.org
MIT License
3.2k stars 145 forks source link

`cargo install gluon_repl` won't compile #960

Closed rowanfr closed 9 months ago

rowanfr commented 1 year ago

Similar to the previous issue #957 when I run cargo install gluon_repl it wont compile, instead one has to run cargo install gluon_repl --git https://github.com/gluon-lang/gluon/. I think this would be solved by a formal release but I'm uncertain how cargo install works with this

katyo commented 11 months ago

Installing repl using cargo still doesn't work.

UPD: Seems it can be built using nightly rust only. I think such fact is important to note in README.

UPD2: Oh seems using rust 1.73 I built repl successfully (It failed with 1.72). It will be good to update actual MSRV in README.