We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7738b6 commit a7eb744Copy full SHA for a7eb744
1 file changed
README.md
@@ -17,7 +17,7 @@ and want to avoid huge memory allocations to store on the server side.
17
Cargo.toml:
18
```toml
19
[dependencies]
20
-axum-streams = { version = "0.1", features=["json", "csv"] }
+axum-streams = { version = "0.2", features=["json", "csv"] }
21
```
22
23
Example code:
0 commit comments