From de11e2f20e9cc6da6f78f43b69d5129e580112e4 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sat, 3 Feb 2024 00:46:31 +0800 Subject: [PATCH] Use 0.5.5 Signed-off-by: Xuanwo --- .github/workflows/core.yml | 2 +- core/Cargo.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index a9e98fcc8c9..d276536f168 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -name: Core +name: Core CI on: push: diff --git a/core/Cargo.lock b/core/Cargo.lock index 310a7d1885a..9cfd6fb0072 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -2256,11 +2256,11 @@ dependencies = [ [[package]] name = "home" -version = "0.5.9" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.48.0", ] [[package]]