Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -175,7 +175,7 @@ grass_compiler = { version = "0.13.4", default-feature
 
 [patch.crates-io]
 # Patch yubico to remove duplicate crates of older versions
-yubico = { git = "https://github.com/BlackDex/yubico-rs", rev = "00df14811f58155c0f02e3ab10f1570ed3e115c6" }
+yubico = { path = "./yubico-rs" }
 
 # Strip debuginfo from the release builds
 # The symbols are the provide better panic traces
