From f3e233e172f663194689d8d2a86ea45432820f74 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Mon, 2 Feb 2026 21:31:13 -0500 Subject: [PATCH] chore(release): bump to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0979727..6f4769e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2667,7 +2667,7 @@ dependencies = [ [[package]] name = "polyfill-rs" -version = "0.2.3" +version = "0.3.0" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index da23643..ae54fd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polyfill-rs" -version = "0.2.3" +version = "0.3.0" edition = "2021" authors = ["Julius Tranquilli "] description = "The Fastest Polymarket Client On The Market." diff --git a/README.md b/README.md index 3171e3d..f9028de 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add to your `Cargo.toml`: ```toml [dependencies] -polyfill-rs = "0.2.3" +polyfill-rs = "0.3.0" ``` Replace your imports: