From bf666399bd761c611f9f2eb774a45737ac7117c2 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 23 Jan 2024 12:55:46 -0500 Subject: [PATCH] CMake: Fix small typo in vendored source URL --- cmake/FindRust.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindRust.cmake b/cmake/FindRust.cmake index 401b4cfd1a..ffa86e33f1 100644 --- a/cmake/FindRust.cmake +++ b/cmake/FindRust.cmake @@ -210,7 +210,7 @@ function(cargo_vendor) replace-with = \"vendored-sources\" [source.\"git+https://github.com/Cisco-Talos/onenote.rs.git?branch=CLAM-2329-new-from-slice\"] -git = \"hhttps://github.com/Cisco-Talos/onenote.rs.git\" +git = \"https://github.com/Cisco-Talos/onenote.rs.git\" branch = \"CLAM-2329-new-from-slice\" replace-with = \"vendored-sources\"