fix: update crate version in README

This commit is contained in:
Radical 2025-05-20 02:14:35 +02:00
parent 24b472c401
commit 6b3137fd06

View file

@ -13,5 +13,5 @@ A Rust library providing **asynchronous access to the Bunny CDN API** using Toki
Add to your `Cargo.toml`: Add to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
bunny-api-tokio = "0.1.0" bunny-api-tokio = "0.2.0"
``` ```