Skip to content

Commit

Permalink
Add version matrices to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Feb 28, 2024
1 parent 5d4f2f3 commit 6a25d80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -115,3 +115,12 @@ let _ = StructuredQuery::from(
.limit(2_i32),
);
```

## Version matrices

| firestore-structured-query | [google-api-proto] | tonic |
|----------------------------|--------------------|-----------|
| <0.7.0 | (unknown) | (unknown) |
| >=0.7.0 | >=1.516.0 | 0.11.x |

[google-api-proto]: https://github.com/mechiru/google-api-proto

0 comments on commit 6a25d80

Please sign in to comment.