Specify minimum rust version (#1496)
This commit is contained in:
parent
fcb71e2cea
commit
b29f72ceb5
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install ripgrep
|
sudo apt-get install ripgrep
|
||||||
./bin/forbid
|
./bin/forbid
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
15
Cargo.toml
15
Cargo.toml
@ -1,17 +1,18 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.11.0"
|
version = "1.11.0"
|
||||||
description = "🤖 Just a command runner"
|
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "CC0-1.0"
|
|
||||||
homepage = "https://github.com/casey/just"
|
|
||||||
repository = "https://github.com/casey/just"
|
|
||||||
readme = "crates-io-readme.md"
|
|
||||||
edition = "2021"
|
|
||||||
autotests = false
|
autotests = false
|
||||||
categories = ["command-line-utilities", "development-tools"]
|
categories = ["command-line-utilities", "development-tools"]
|
||||||
keywords = ["command-line", "task", "runner", "development", "utility"]
|
description = "🤖 Just a command runner"
|
||||||
|
edition = "2021"
|
||||||
exclude = ["/book", "/icon.png", "/screenshot.png", "/www"]
|
exclude = ["/book", "/icon.png", "/screenshot.png", "/www"]
|
||||||
|
homepage = "https://github.com/casey/just"
|
||||||
|
keywords = ["command-line", "task", "runner", "development", "utility"]
|
||||||
|
license = "CC0-1.0"
|
||||||
|
readme = "crates-io-readme.md"
|
||||||
|
repository = "https://github.com/casey/just"
|
||||||
|
rust-version = "1.63"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [".", "bin/ref-type", "bin/generate-book", "bin/update-contributors"]
|
members = [".", "bin/ref-type", "bin/generate-book", "bin/update-contributors"]
|
||||||
|
Loading…
Reference in New Issue
Block a user