diff --git a/Cargo.toml b/Cargo.toml index 535ba4f..c80952c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "registry-backup" authors = ["Jonathan Strong "] -version = "0.2.0" +version = "0.2.1" edition = "2021" publish = ["shipyard-rs-public"] diff --git a/doc/README.tera.md b/doc/README.tera.md index 180e328..574d632 100644 --- a/doc/README.tera.md +++ b/doc/README.tera.md @@ -37,11 +37,6 @@ $ just --list The commands that mirror cargo commands (e.g. `just test`) are included for the purpose of convenience, so that various options (e.g. `RUSTFLAGS='-C target-cpu=native`) can be included without typing them out each time. -There are several variables defined in the `justfile` which pertain to rust build settings: - -``` -rustc-version - ## Generating README.md This file is generated using a template (`doc/README.tera.md`) rendered using updated outputs of the CLI menu, config sample, and other values.