From 6b3137fd06e49a430875223d258844991da00e57 Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 20 May 2025 02:14:35 +0200 Subject: [PATCH] fix: update crate version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b06fdd..34ea671 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ A Rust library providing **asynchronous access to the Bunny CDN API** using Toki Add to your `Cargo.toml`: ```toml [dependencies] -bunny-api-tokio = "0.1.0" +bunny-api-tokio = "0.2.0" ```