From 976c8179ff6abc01bbf22f7bf50e3c24a7398c3a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 10 Aug 2023 01:01:19 +0900 Subject: [PATCH] Update minimal version of pin-project-lite to 0.2.12 (#66) --- strategy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strategy/Cargo.toml b/strategy/Cargo.toml index aff61a0..8094e6f 100644 --- a/strategy/Cargo.toml +++ b/strategy/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["/.*"] [dependencies] event-listener = { path = "..", version = "2", default-features = false } -pin-project-lite = "0.2.9" +pin-project-lite = "0.2.12" [features] default = ["std"]