add doc/FAQ#troubleshooting for serde_json version select error + link to it from build.md (#487)
This commit is contained in:
@@ -33,6 +33,9 @@ grin in case of trouble.
|
||||
## Build error: Could not compile `tokio-retry`.
|
||||
You need the latest rust. rustup, or [reinstall rust as described](build.md)
|
||||
|
||||
## Build error: `failed to select a version for 'serde_json'`
|
||||
Run `cargo update? to fix this
|
||||
|
||||
# Short term plans
|
||||
## Transaction types
|
||||
- (DONE) A temporary simple transaction exchange. Temporary - will be deprecated.
|
||||
|
||||
+2
-1
@@ -41,6 +41,8 @@ cd grin
|
||||
git checkout milestone/testnet1
|
||||
cargo build
|
||||
```
|
||||
## Build errors
|
||||
See [Troubleshooting](faq.md#troubleshooting)
|
||||
|
||||
#### Cross-compiling
|
||||
|
||||
@@ -167,4 +169,3 @@ See [wallet](wallet.md) for more info on the various Grin wallet commands and op
|
||||
For further information on a more complicated internal setup for testing, see the [local net documentation](local_net.md)
|
||||
|
||||
The [grin.toml](../grin.toml) configuration file has further information about the various options available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user