Skip to content

Commit

Permalink
Release 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jan 28, 2023
1 parent 75f298b commit d037207
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions 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.66.0"
version = "1.67.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ crossterm = { version = "0.26.0", features = ["serde","use-dev-tty"] }
dirs = "4.0.0"
toml = "0.7.0"
serde = { version = "1.0.152", features = ["derive"] }
printer = { path = "../printer/", version = "0.5.0" }
printer = { path = "../printer/", version = "0.6.0" }
irust_api = { path = "../irust_api/", version = "0.31.0" }
irust_repl = { path = "../irust_repl", version = "0.20.0", features = ["serde"] }
rscript = "0.17.0"
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.31.2"
version = "0.31.3"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
description = "IRust API"
Expand Down
2 changes: 1 addition & 1 deletion crates/irust_repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust_repl"
version = "0.20.0"
version = "0.20.1"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
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.5.2"
version = "0.6.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit d037207

Please sign in to comment.