From 4b5e420084fd1c4a9c105680b687523909b6469c Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Fri, 20 Dec 2024 11:42:30 +0800 Subject: [PATCH] use core_io rev --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1615fc0..cfe1c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,6 @@ bitflags = "1.0" log = ">=0.4.14, <0.4.19" [dependencies.core_io] -git = "https://git.m-labs.hk/srenblad/rs-core_io.git" -branch = "main" +git = "https://git.m-labs.hk/M-Labs/rs-core_io.git" +rev = "e9d3edf027" optional = true