Skip to content

Commit

Permalink
docs: use published crate version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Jun 22, 2019
1 parent d7cf96a commit fc1b777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,8 +32,8 @@ cfbc example.bfbs
- Use the same version of `flatbuffers` as in `flatbuffers-verifier`.

```
flatbuffers-verifier = { git = "https://github.com/nervosnetwork/cfb" }
flatbuffers = { git = "https://github.com/google/flatbuffers", rev = "4f10da8d99c1a7bc8c9c7d06d2092a689f171d29" }
flatbuffers-verifier = "0.2.0"
flatbuffers = "0.6.0"
```

The crate `flatbuffers-verifier` defines a function `get_root`, which is intended to replace the
Expand Down

0 comments on commit fc1b777

Please sign in to comment.