From cd17dee7bc3102b7f45971677e9e85899166475a Mon Sep 17 00:00:00 2001 From: Nbiba Bedis Date: Mon, 13 Sep 2021 12:39:54 +0100 Subject: [PATCH] bump deps --- Cargo.lock | 4 ++-- crates/irust/Cargo.toml | 4 ++-- crates/irust_api/Cargo.toml | 2 +- crates/printer/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b00617d0..598cf736 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "irust_api" -version = "0.19.0" +version = "0.19.1" dependencies = [ "crossterm", "rscript", @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "printer" -version = "0.2.11" +version = "0.2.12" dependencies = [ "crossterm", "unicode-width", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 4d1f6358..79eb15a1 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -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 diff --git a/crates/irust_api/Cargo.toml b/crates/irust_api/Cargo.toml index 1c86a7fc..a790f57c 100644 --- a/crates/irust_api/Cargo.toml +++ b/crates/irust_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust_api" -version = "0.19.0" +version = "0.19.1" authors = ["Nbiba Bedis "] edition = "2018" description = "IRust API" diff --git a/crates/printer/Cargo.toml b/crates/printer/Cargo.toml index db0464bc..22bec215 100644 --- a/crates/printer/Cargo.toml +++ b/crates/printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "printer" -version = "0.2.11" +version = "0.2.12" authors = ["Nbiba Bedis "] edition = "2018" readme = "README.md"