Specify minimum rust version (#1496)

This commit is contained in:
Ben Moss 2023-01-12 01:47:46 -05:00 committed by GitHub
parent fcb71e2cea
commit b29f72ceb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -50,6 +50,7 @@ jobs:
sudo apt-get update
sudo apt-get install ripgrep
./bin/forbid
pages:
runs-on: ubuntu-latest
permissions:

View File

@ -1,17 +1,18 @@
[package]
name = "just"
version = "1.11.0"
description = "🤖 Just a command runner"
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
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"]
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]
members = [".", "bin/ref-type", "bin/generate-book", "bin/update-contributors"]