We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c0477 commit d873f26Copy full SHA for d873f26
1 file changed
README.md
@@ -21,7 +21,7 @@ and want to avoid huge memory allocation.
21
Cargo.toml:
22
```toml
23
[dependencies]
24
-axum-streams = { version = "0.20", features=["json", "csv", "protobuf", "text", "arrow"] }
+axum-streams = { version = "0.21", features=["json", "csv", "protobuf", "text", "arrow"] }
25
```
26
27
## Compatibility matrix
0 commit comments