diff --git a/README.md b/README.md index efffa95..93871d2 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.16", features=["json", "csv", "protobuf", "text"] } +axum-streams = { version = "0.17", features=["json", "csv", "protobuf", "text"] } ``` ## Compatibility matrix