aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-12-12 17:28:38 +0100
committerAndreas Grois <andi@grois.info>2021-12-12 17:28:38 +0100
commit8d78f7ca979c9c9cc386c30550bcf81c3c845971 (patch)
treee15d89f07c23ceb19b4502c582434711e2cda1c1 /Cargo.toml
parentf9895378bc739872b31decb080fb2b20a6d4456d (diff)
RingBuffer dependency updated to use github url
Diffstat (limited to 'Cargo.toml')
-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