Skip to content

Commit c6a4982

Browse files
authored
Update README.md
1 parent a64add3 commit c6a4982

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ You can follow the original repository, and just replace the dependency name to
99
graphql-parser-hive-fork = "0.5.0"
1010
```
1111

12+
You can also use package alias if you wish to keep using `graphql_parser`:
13+
14+
```toml
15+
# graphql-parser = "0.4.0"
16+
graphql-parser = { version = "0.5.0", package = "graphql-parser-hive-fork" }
17+
```
18+
1219
Version `0.5.0` points to commit [`f75d96f1e026d0fb993944793916c1cd0597f44c`](https://github.com/graphql-rust/graphql-parser/tree/f75d96f1e026d0fb993944793916c1cd0597f44c) and includes:
1320

1421
- https://github.com/graphql-rust/graphql-parser/pull/75

0 commit comments

Comments
 (0)