diff options
| author | mo8it <mo8it@proton.me> | 2025-05-16 10:50:07 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-16 11:09:06 +0200 |
| commit | 8dff0df2667d3c6f1812bdb390c708709b762847 (patch) | |
| tree | a8bc6084e9980e65bcdc6a6fe39efd8ec08b046d /Cargo.toml | |
| parent | 5ee7dfb5c22ab0ac9037c86bc9320c944010038b (diff) | |
Use std pipe
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,7 +16,7 @@ authors = [ repository = "https://github.com/rust-lang/rustlings" license = "MIT" edition = "2024" # On Update: Update the edition of `rustfmt` in `dev check` and `CARGO_TOML` in `dev new`. -rust-version = "1.85" +rust-version = "1.87" [workspace.dependencies] serde = { version = "1.0", features = ["derive"] } @@ -50,7 +50,6 @@ anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } crossterm = { version = "0.29", default-features = false, features = ["windows", "events"] } notify = "8.0" -os_pipe = "1.2" rustlings-macros = { path = "rustlings-macros", version = "=6.4.0" } serde_json = "1.0" serde.workspace = true |
