reconcile-text 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -125,14 +125,10 @@ Contributions are welcome!
125
125
 
126
126
  #### Rust toolchain
127
127
 
128
- 1. Install [rustup](https://rustup.rs):
128
+ Install [rustup](https://rustup.rs):
129
129
  ```bash
130
130
  curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
131
131
  ```
132
- 2. Install additional tools:
133
- ```bash
134
- cargo install wasm-pack cargo-insta cargo-edit
135
- ```
136
132
 
137
133
  ### Scripts
138
134