From 58e28aad48836f94e7c93085e4360ee4afe98d40 Mon Sep 17 00:00:00 2001 From: LyonSyonII Date: Fri, 2 Feb 2024 23:38:18 +0100 Subject: [PATCH] removed cranelift for cargo-dist --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0652f08..7fdb963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ peg = "0.8.2" ariadne = "0.4.0" # Better parser error reports yansi = { version = "1.0.0-rc.1", features = ["detect-tty", "detect-env"] } # Colorize output (no alloc) aho-corasick = "1.1.2" # Fast string replace (used in variable replacement) -beef = { version = "0.5.2", features = ["const_fn"] } # Slimmer Cow +beef = { version = "0.5.2" } # Slimmer Cow read_pipe = "0.1.2" # Detect if runfile is being piped into clap_complete = { version = "4.4.10" } # Generate completions for CLI clap = { version = "4.4.18", default-features = false, features = ["string"] } # Needed for clap_complete diff --git a/README.md b/README.md index 1a35d15..cf5bc72 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ You can install `run` with `cargo`: cargo install runfile ``` -Or download the binary from the [releases page]() \ No newline at end of file +Or download the latest installer from the [releases page]() \ No newline at end of file