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 4ed1688 commit 05bf5a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -155,3 +155,12 @@ assert_eq!(serialized, value);
let deserialized = serde_firestore_value::from_value::<T>(&serialized)?;
assert_eq!(deserialized, t);
```

## Version matrices

| serde-firestore-value | [google-api-proto] | tonic |
|-----------------------|--------------------|-----------|
| <0.6.0 | (unknown) | (unknown) |
| >=0.6.0 | >=1.516.0 | 0.11.x |

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

0 comments on commit 05bf5a4

Please sign in to comment.