Skip to content

Commit

Permalink
1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Sep 13, 2021
1 parent 4462a54 commit a6fb11e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
**1.25.0**
- Handle rust2021 new error format
- Add `show_warngings` option
- Add `macro` to keywords
- Add `macro` to auto statement
- Add `const fn` and `unsafe fn` to statements that don't require `;` to be inserted, also score some style points with pattern matching
- Add new expect tests
- Update deps

**1.24.0**
- Fix and simplify `read_until_bytes` (used by racer)
- Fix crash on unicode char boundary
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/irust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust"
version = "1.24.0"
version = "1.25.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit a6fb11e

Please sign in to comment.