From 8d78f7ca979c9c9cc386c30550bcf81c3c845971 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 12 Dec 2021 17:28:38 +0100 Subject: RingBuffer dependency updated to use github url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1498d06..e9d9a85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" aoc-runner = "0.3" aoc-runner-derive = "0.3" -boxed_array_ringbuffer = { path = '../boxed_array_ringbuffer', version = '*'} +boxed_array_ringbuffer = { git = "https://github.com/soulsource/boxed_array_ringbuffer", version = '*'} [profile.dev] opt-level=3 -- cgit v1.2.3