Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Sep 13, 2021
1 parent a6fb11e commit cd17dee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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
Expand Up @@ -13,8 +13,8 @@ crossterm = { version = "0.21.0", features = ["serde"] }
dirs-next = "2.0.0"
toml = "0.5.8"
serde = { version = "1.0.126", features = ["derive"] }
printer = { path = "../printer/", version = "0.2.11" }
irust_api = { path = "../irust_api/", version = "0.19.0" }
printer = { path = "../printer/", version = "0.2.12" }
irust_api = { path = "../irust_api/", version = "0.19.1" }
irust_repl = { path = "../irust_repl", version = "0.7.1", features = ["serde"] }

# For scripting
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.19.0"
version = "0.19.1"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
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.2.11"
version = "0.2.12"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit cd17dee

Please sign in to comment.