From b992b7ad843b4f5c72b208111a993c373e0841f7 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Sat, 6 Dec 2025 18:18:18 -0500 Subject: [PATCH] Update cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9aaa588..fcc33a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2632,7 +2632,7 @@ dependencies = [ [[package]] name = "polyfill-rs" -version = "0.1.1" +version = "0.2.0" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index eca63ee..018e0e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polyfill-rs" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Julius Tranquilli "] description = "The Fastest Polymarket Client On The Market."