From ce674c182875d36d6bd8f1b6ac2d0ef5f05cb37f Mon Sep 17 00:00:00 2001 From: Nbiba Bedis Date: Sun, 13 Oct 2024 09:17:27 +0100 Subject: [PATCH] 1.71.27 --- Cargo.lock | 2 +- crates/irust/Cargo.toml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 326c239..6aaabb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.26" +version = "1.71.27" dependencies = [ "crossterm", "dirs", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index f822926..275506a 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.26" +version = "1.71.27" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md" @@ -13,13 +13,15 @@ pkg-url = "{ repo }/releases/download/irust@{ version }/{ name }-{ target }{ bin pkg-fmt = "bin" [dependencies] -crossterm = { version = "0.27.0", features = ["serde","use-dev-tty"] } +crossterm = { version = "0.27.0", features = ["serde", "use-dev-tty"] } dirs = "5.0.1" toml = "0.7.6" serde = { version = "1.0.188", features = ["derive"] } printer = { path = "../printer/", version = "0.7.0" } irust_api = { path = "../irust_api/", version = "0.31.0" } -irust_repl = { path = "../irust_repl", version = "0.24.0", features = ["serde"] } +irust_repl = { path = "../irust_repl", version = "0.24.0", features = [ + "serde", +] } rscript = "0.17.0" rustc_lexer = { version = "727.0.0", package = "rustc-ap-rustc_lexer" } serde_json = "1.0.105" @@ -34,4 +36,3 @@ no-welcome-screen = [] # flamegraph # [profile.release] # debug = true -