From 6b93901aaa2df5c14b0c125b59e394b8d520a991 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Tue, 30 Jun 2026 20:12:55 -0400 Subject: [PATCH] chore: release 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bab56b1..0173731 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3220,7 +3220,7 @@ dependencies = [ [[package]] name = "polyfill-rs" -version = "0.4.1" +version = "0.4.2" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index a5e9857..3d10e44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polyfill-rs" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Julius Tranquilli "] description = "The Fastest Polymarket Client On The Market." @@ -65,7 +65,7 @@ parking_lot = "0.12" tokio-tungstenite = { version = "0.21", optional = true, features = ["native-tls"] } # Optional benchmark-only dependency for comparing against Polymarket's active Rust SDK. -polymarket_client_sdk_v2 = { git = "https://github.com/Polymarket/rs-clob-client-v2", rev = "8ba5008733c3c03e92041eef8b1cb8495dbed718", features = ["clob"], optional = true } +polymarket_client_sdk_v2 = { version = "0.6.0-canary.1", git = "https://github.com/Polymarket/rs-clob-client-v2", rev = "8ba5008733c3c03e92041eef8b1cb8495dbed718", features = ["clob"], optional = true } [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] }