From a7b0d6f6b49b72f2e7a3e66c2fbfb99d0ee8831a 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1615fc0..edbe0c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ log = ">=0.4.14, <0.4.19" [dependencies.core_io] git = "https://git.m-labs.hk/srenblad/rs-core_io.git" -branch = "main" +rev = "e9d3edf027" optional = true