Skip to content

Commit 20b4d2b

Browse files
committed
Pin backtrace to 0.3.74 because of MSRV
1 parent 5052669 commit 20b4d2b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ vendor-openssl = ["asyncgit/vendor-openssl"]
3636
[dependencies]
3737
anyhow = "1.0"
3838
asyncgit = { path = "./asyncgit", version = "0.27.0", default-features = false }
39-
backtrace = "0.3"
39+
# 2025-09-18 backtrace >=0.3.75 requires Rust 1.82.0 while we’re still at
40+
# 1.81.0.
41+
backtrace = "=0.3.74"
4042
base64 = "0.22"
4143
bitflags = "2.9"
4244
bugreport = "0.5.1"

0 commit comments

Comments
 (0)