From 447e9daef994ff11de93f1f8feb79dce8cbe90b7 Mon Sep 17 00:00:00 2001 From: gwenn Date: Fri, 6 Dec 2024 18:30:43 +0100 Subject: [PATCH] Bump self_cell version to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9318b6b..b6b77f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ regex = "1.5.5" uuid = { version = "1.0", features = ["v4"] } unicase = "2.6.0" ouroboros = "0.18" -self_cell = { git = "https://github.com/Voultapher/self_cell.git" } +self_cell = "1.1.0" # Use `bencher` over criterion because it builds much faster, # and we don't have many benchmarks bencher = "0.1"