Skip to content

Commit

Permalink
Release 1.68.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
sigmaSd committed Apr 17, 2023
1 parent 7ce8b46 commit 762c125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.67.4"
version = "1.68.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ toml = "0.7.2"
serde = { version = "1.0.152", features = ["derive"] }
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"] }
irust_repl = { path = "../irust_repl", version = "0.21.0", 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_repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust_repl"
version = "0.20.3"
version = "0.21.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 762c125

Please sign in to comment.