From 1c425a5bf4e54a435dec12f0cc572295ce5e3030 Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Tue, 9 Apr 2024 16:25:58 +1000 Subject: [PATCH] Update object --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7635b6a5..dcedaf50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,3 +59,6 @@ split-debuginfo = "packed" members = ["crates/examples"] default-members = [".", "crates/examples"] resolver = "2" + +[patch.crates-io] +object = { git = "http://github.com/gimli-rs/object", branch = "master" }