aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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