Skip to content

Commit

Permalink
1.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jun 21, 2022
1 parent 062c1f0 commit d9eb4fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**1.63.3**
- Fix `:expand` command

**1.63.2**
- Fix clippy warnings

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.

4 changes: 2 additions & 2 deletions crates/irust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust"
version = "1.63.2"
version = "1.63.3"
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
edition = "2021"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ toml = "0.5.8"
serde = { version = "1.0.126", features = ["derive"] }
printer = { path = "../printer/", version = "0.4.1" }
irust_api = { path = "../irust_api/", version = "0.30.0" }
irust_repl = { path = "../irust_repl", version = "0.19.0", features = ["serde"] }
irust_repl = { path = "../irust_repl", version = "0.19.2", features = ["serde"] }
rscript = "0.17.0"
rustc_lexer = { version = "727.0.0", package = "rustc-ap-rustc_lexer" }

Expand Down

0 comments on commit d9eb4fc

Please sign in to comment.