1 Star 0 Fork 6

rockerzhu/device-mapper-persistent-data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
5001-Specify-the-version-of-crc32c-and-rio-to-avoid-downl.patch 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xiaojie Chen 提交于 2023-07-03 19:33 . Upgrade to upstream version 1.0.4
From 5b67e637d817eb137373a387b8eeffa029d2987f Mon Sep 17 00:00:00 2001
From: Xiaojie Chen <jackxjchen@tencent.com>
Date: Mon, 3 Jul 2023 17:04:02 +0800
Subject: [PATCH] Specify the version of crc32c and rio to avoid downloading
from github
---
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 135ba5f..f3db495 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ anyhow = "1.0"
base64 = "0.20"
byteorder = "1.4"
clap = "3.2"
-crc32c = { git = "https://github.com/zowens/crc32c", branch = "master" }
+crc32c = "0.6"
data-encoding = "2.3"
exitcode = "1.1.2"
fixedbitset = "0.4"
@@ -28,7 +28,7 @@ quick-xml = "0.23.1"
rand = "0.8"
rangemap = "1.1"
roaring = "0.10"
-rio = { git = "https://github.com/jthornber/rio", branch = "master", optional = true }
+rio = { version = "0.9.4", optional = true }
safemem = "0.3"
threadpool = "1.8"
thiserror = "1.0"
--
2.37.3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rockerzhu/device-mapper-persistent-data.git
git@gitee.com:rockerzhu/device-mapper-persistent-data.git
rockerzhu
device-mapper-persistent-data
device-mapper-persistent-data
master

搜索帮助