From 509922431a51948e5686eea469a6965bbd2a9838 Mon Sep 17 00:00:00 2001 From: Wisha Wa Date: Mon, 13 Feb 2023 04:30:19 +0000 Subject: [PATCH] remove sptr --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7512913..25f411f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,6 @@ harness = false bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] } futures-core = "0.3" pin-project = "1.0.8" -sptr = "0.3.2" [dev-dependencies] futures = "0.3.25"