From e13985709831778c043941c5544a51ea167f3fee Mon Sep 17 00:00:00 2001 From: cbax Date: Tue, 8 Oct 2024 19:22:38 +0000 Subject: [PATCH] bumped version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5af44b5..71c7d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -icechip = "0.1.0" +icechip = "0.1.1" redb = "2.1.3" rocket = { version = "0.5.1", features = ["json"] } #sled = { version = "0.34.7", features = ["mutex"] }