Skip to content

Commit

Permalink
1.71.27
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Oct 13, 2024
1 parent 154bd89 commit ce674c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.

9 changes: 5 additions & 4 deletions crates/irust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust"
version = "1.71.26"
version = "1.71.27"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand All @@ -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"
Expand All @@ -34,4 +36,3 @@ no-welcome-screen = []
# flamegraph
# [profile.release]
# debug = true

0 comments on commit ce674c1

Please sign in to comment.