Skip to content

Commit 45cefc9

Browse files
dont bump lib version
1 parent daa170e commit 45cefc9

File tree

3 files changed

+54
-58
lines changed

3 files changed

+54
-58
lines changed

Cargo.lock

Lines changed: 52 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ uuid = { version = "1.3.0", features = ["v4", "serde"] }
7070
walkdir = "2.3.2"
7171
which = "4.4.0"
7272
whoami = "1.5.2"
73-
zip = { version = "6.0.0", features = ["zstd"] }
73+
zip = { version = "2.4.2", features = ["zstd"] }
7474
data-encoding = "2.3.3"
7575
magic_string = "0.3.4"
7676
chrono-tz = "0.8.4"

src/utils/source_bundle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ mod tests {
259259
let hash = Sha1::from(buf);
260260
assert_eq!(
261261
hash.digest().to_string(),
262-
"d203cc8e827ff26ef176bf2035b4f806facad0fd"
262+
"f0e25ae149b711c510148e022ebc883ad62c7c4c"
263263
);
264264
}
265265
}

0 commit comments

Comments
 (0)