Skip to content

0.8.14

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 07:37
**0.8.14**

- Save current working directory when using cargo run so now for example: `std::process:Command::new("pwd")` will give the expected output instead of `/tmp/irust`
- Add `while` keyword to the highlight parser and to the statments that doesn't require `;` at the end
- Improve error message when reacer is not properly configured