From 76ba919e6a39f59beabd4443010a3cd635fad885 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 10 Apr 2025 01:36:36 +0100 Subject: feat: use git repo for dependency `peanuts` --- filamento/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filamento/Cargo.toml') diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index d1749f4..91b7e91 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" [dev-dependencies] tracing-subscriber = "0.3.19" -peanuts = { version = "0.1.0", path = "../../peanuts" } +peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } [[example]] name = "example" -- cgit