Browse Source

fix typo in readme

master
Jonathan Strong 2 years ago
parent
commit
ea7545dc61
  1. 2
      Cargo.toml
  2. 5
      doc/README.tera.md

2
Cargo.toml

@ -1,7 +1,7 @@
[package]
name = "registry-backup"
authors = ["Jonathan Strong <jstrong@shipyard.rs>"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
publish = ["shipyard-rs-public"]

5
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.

Loading…
Cancel
Save