1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

Update Rust version information in README.md

This commit is contained in:
Gavin Lewis 2019-11-02 16:43:24 -07:00 committed by GitHub
parent 3a9018f17b
commit bcb7af3191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@
| [Racket](#racket-53) | [Joel Martin](https://github.com/kanaka) | | [Racket](#racket-53) | [Joel Martin](https://github.com/kanaka) |
| [Rexx](#rexx) | [Dov Murik](https://github.com/dubek) | | [Rexx](#rexx) | [Dov Murik](https://github.com/dubek) |
| [Ruby](#ruby-19) | [Joel Martin](https://github.com/kanaka) | | [Ruby](#ruby-19) | [Joel Martin](https://github.com/kanaka) |
| [Rust](#rust-100-nightly) | [Joel Martin](https://github.com/kanaka) | | [Rust](#rust-138) | [Joel Martin](https://github.com/kanaka) |
| [Scala](#scala) | [Joel Martin](https://github.com/kanaka) | | [Scala](#scala) | [Joel Martin](https://github.com/kanaka) |
| [Scheme (R7RS)](#scheme-r7rs) | [Vasilij Schneidermann](https://github.com/wasamasa) | | [Scheme (R7RS)](#scheme-r7rs) | [Vasilij Schneidermann](https://github.com/wasamasa) |
| [Skew](#skew) | [Dov Murik](https://github.com/dubek) | | [Skew](#skew) | [Dov Murik](https://github.com/dubek) |
@ -920,7 +920,7 @@ cd ruby
ruby stepX_YYY.rb ruby stepX_YYY.rb
``` ```
### Rust (1.0.0 nightly) ### Rust (1.38+)
The rust implementation of mal requires the rust compiler and build The rust implementation of mal requires the rust compiler and build
tool (cargo) to build. tool (cargo) to build.