mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
add doc/FAQ#troubleshooting for serde_json version select error + link to it from build.md (#487)
This commit is contained in:
parent
1159834321
commit
c59f3ddb7c
2 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,9 @@ grin in case of trouble.
|
||||||
## Build error: Could not compile `tokio-retry`.
|
## Build error: Could not compile `tokio-retry`.
|
||||||
You need the latest rust. rustup, or [reinstall rust as described](build.md)
|
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
|
# Short term plans
|
||||||
## Transaction types
|
## Transaction types
|
||||||
- (DONE) A temporary simple transaction exchange. Temporary - will be deprecated.
|
- (DONE) A temporary simple transaction exchange. Temporary - will be deprecated.
|
||||||
|
|
|
@ -41,6 +41,8 @@ cd grin
|
||||||
git checkout milestone/testnet1
|
git checkout milestone/testnet1
|
||||||
cargo build
|
cargo build
|
||||||
```
|
```
|
||||||
|
## Build errors
|
||||||
|
See [Troubleshooting](faq.md#troubleshooting)
|
||||||
|
|
||||||
#### Cross-compiling
|
#### 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)
|
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.
|
The [grin.toml](../grin.toml) configuration file has further information about the various options available.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue