diff --git a/README.md b/README.md index 24b7467..31be582 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and want to avoid huge memory allocation. Cargo.toml: ```toml [dependencies] -axum-streams = { version = "0.18", features=["json", "csv", "protobuf", "text"] } +axum-streams = { version = "0.20", features=["json", "csv", "protobuf", "text"] } ``` ## Compatibility matrix