Skip to content

Commit

Permalink
Release 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Aug 11, 2022
1 parent 68f476a commit b8011a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.4"
version = "1.64.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand All @@ -13,8 +13,8 @@ crossterm = { version = "0.25.0", features = ["serde"] }
dirs = "4.0.0"
toml = "0.5.8"
serde = { version = "1.0.126", features = ["derive"] }
printer = { path = "../printer/", version = "0.4.3" }
irust_api = { path = "../irust_api/", version = "0.30.2" }
printer = { path = "../printer/", version = "0.5.0" }
irust_api = { path = "../irust_api/", version = "0.31.0" }
irust_repl = { path = "../irust_repl", version = "0.19.3", features = ["serde"] }
rscript = "0.17.0"
rustc_lexer = { version = "727.0.0", package = "rustc-ap-rustc_lexer" }
Expand Down
2 changes: 1 addition & 1 deletion crates/irust_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust_api"
version = "0.30.2"
version = "0.31.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
description = "IRust API"
Expand Down
2 changes: 1 addition & 1 deletion crates/printer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "printer"
version = "0.4.3"
version = "0.5.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit b8011a0

Please sign in to comment.