From 4054867a6e37ec202fbb2bffdc94cc17e9fd94d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 1 Sep 2024 18:47:57 +0200 Subject: [PATCH] ci test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54b18f7..8485f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ gimli-symbolize = [] termcolor = "1.1.2" backtrace = { version = "0.3.57", optional = true } regex = { version = "1.4.6", optional = true } -btparse = { version = "*", optional = true } +btparse = { git = "https://github.com/yaahc/btparse.git", rev = "22e254f7f39d50063fdcfe94f547a531aed50ab0", optional = true } [[example]] name = "fmt_to_string"