mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-24 09:58:06 +00:00
chore: release 0.4.2
This commit is contained in:
Generated
+1
-1
@@ -3220,7 +3220,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "polyfill-rs"
|
name = "polyfill-rs"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"alloy-primitives",
|
"alloy-primitives",
|
||||||
"alloy-signer",
|
"alloy-signer",
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "polyfill-rs"
|
name = "polyfill-rs"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Julius Tranquilli <jtranqs@gmail.com>"]
|
authors = ["Julius Tranquilli <jtranqs@gmail.com>"]
|
||||||
description = "The Fastest Polymarket Client On The Market."
|
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"] }
|
tokio-tungstenite = { version = "0.21", optional = true, features = ["native-tls"] }
|
||||||
|
|
||||||
# Optional benchmark-only dependency for comparing against Polymarket's active Rust SDK.
|
# 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]
|
[dev-dependencies]
|
||||||
criterion = { version = "0.5", features = ["html_reports"] }
|
criterion = { version = "0.5", features = ["html_reports"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user