From ce7c019134331313c4c7267a8e2e8068f52c1c7c Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Wed, 28 Aug 2024 12:48:52 +0900 Subject: [PATCH] Fix branch name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 678abfd..853f0ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,4 +48,4 @@ embuild = "0.32" [patch.crates-io] # see: https://github.com/esp-rs/espup/issues/440 -clang-sys = { git = "https://github.com/taks/clang-sys.git", branch = "load_with_flags_test"} +clang-sys = { git = "https://github.com/taks/clang-sys.git", branch = "load_with_flags"}