Skip to content

Commit

Permalink
bump api
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jan 14, 2022
1 parent 053b42e commit 80fa2c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
Expand Up @@ -14,7 +14,7 @@ dirs = "4.0.0"
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.29.0" }
irust_api = { path = "../irust_api/", version = "0.30.0" }
irust_repl = { path = "../irust_repl", version = "0.16.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_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust_api"
version = "0.29.0"
version = "0.30.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
description = "IRust API"
Expand Down

0 comments on commit 80fa2c4

Please sign in to comment.