From d24cfa9427130ed3795e70070b9bdea687e4787a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Tue, 24 Feb 2026 22:15:28 +0200 Subject: [PATCH] Update Cargo.toml fix type in package name --- smalloc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smalloc/Cargo.toml b/smalloc/Cargo.toml index c1b3dd9..85b3b8a 100644 --- a/smalloc/Cargo.toml +++ b/smalloc/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "smmalloc" +name = "smalloc" version.workspace = true edition.workspace = true authors.workspace = true