Skip to content

Commit

Permalink
removed cranelift for cargo-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Feb 2, 2024
1 parent 2f981a6 commit 58e28aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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<str>
beef = { version = "0.5.2" } # Slimmer Cow<str>
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,4 +49,4 @@ You can install `run` with `cargo`:
cargo install runfile
```

Or download the binary from the [releases page]()
Or download the latest installer from the [releases page]()

0 comments on commit 58e28aa

Please sign in to comment.