diff options
author | Andreas Grois <andi@grois.info> | 2021-12-12 17:28:38 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2021-12-12 17:28:38 +0100 |
commit | 8d78f7ca979c9c9cc386c30550bcf81c3c845971 (patch) | |
tree | e15d89f07c23ceb19b4502c582434711e2cda1c1 /Cargo.toml | |
parent | f9895378bc739872b31decb080fb2b20a6d4456d (diff) |
RingBuffer dependency updated to use github url
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |