aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f653e12..d78940b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]