Skip to content

Commit 1bf5d11

Browse files
committed
fix MSRV
1 parent 8a074d2 commit 1bf5d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

git-repository/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ git-worktree = { version ="^0.0.0", path = "../git-worktree", optional = true }
8282
signal-hook = { version = "0.3.9", default-features = false }
8383
thiserror = "1.0.26"
8484
clru = "0.5.0"
85-
byte-unit = "4.0.13"
85+
byte-unit = "=4.0.13" # this version is the last with edition 2018, needed for msrv
8686
log = "0.4.14"
8787

8888
document-features = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)