From 9b0d4bd28035134d0ae9a41915fbb303a2aeb469 Mon Sep 17 00:00:00 2001 From: abdul124 Date: Sun, 21 Jul 2024 14:24:47 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af639d9..7a7e75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,8 @@ version = "0.4" optional = true [dependencies.core_io] -version = "0.1" +git = "https://git.m-labs.hk/abdul124/core_io.git" +rev = "7b6dba6" optional = true [dependencies.log]