From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/gix-commitgraph/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/gix-commitgraph/src/lib.rs') diff --git a/vendor/gix-commitgraph/src/lib.rs b/vendor/gix-commitgraph/src/lib.rs index 231c11c6f..a247ccd87 100644 --- a/vendor/gix-commitgraph/src/lib.rs +++ b/vendor/gix-commitgraph/src/lib.rs @@ -45,7 +45,7 @@ pub struct Graph { /// Instantiate a commit graph from an `.git/objects/info` directory, or one of the various commit-graph files. pub fn at(path: impl AsRef) -> Result { - Graph::at(path) + Graph::at(path.as_ref()) } mod access; -- cgit v1.2.3