Skip to content

Commit d034961

Browse files
committed
Fix extensions test by pinning "home" crate version
1 parent d4026bc commit d034961

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ hyper = { version = "0.14" }
4949
tower = { version = "0.4.13" }
5050
zerocopy = { version = "0.7.32", features = ["derive", "alloc"] }
5151

52+
[patch.crates-io]
53+
home = "0.5.9"
54+
5255
[profile.release]
5356
codegen-units = 1
5457
panic = "unwind"

0 commit comments

Comments
 (0)