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"