diff options
| author | Andreas Grois <andi@grois.info> | 2025-08-31 21:03:28 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-08-31 21:03:28 +0200 |
| commit | 3a0b8e6b5f0605ba8752483c0644bc83c314328a (patch) | |
| tree | 5c8af1ab51a29065120c2130388a6b0b3f16046e | |
| parent | 0059580ba50a837d71b3d4e1523f497d4364f22a (diff) | |
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "boxed_array_ringbuffer" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Andreas Grois"] rust-version = "1.56" description = "A ring buffer of fixed size, that uses a boxed array as storage, therefore avoiding re-allocations when converting from Vec or to VecDeque." -repository = "https://github.com/soulsource/boxed_array_ringbuffer" +repository = "https://git.grois.info/boxed_array_ringbuffer/" license = "MIT" keywords = ["ringbuffer", "fixed-size"] categories = ["data-structures"] |
