From 057faa1342a0432ecc7bc9225f1e449a7686b24b Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sun, 31 Mar 2024 21:43:50 -0500 Subject: [PATCH] meta: This is 0.2.1! Re-home to codeberg. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7f6058..7bf1eec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "nslice" -version = "0.2.0" +version = "0.2.1" authors = ["Leonora Tindall "] edition = "2021" description = "Structures for interpreting slices of variable length as arrays" license = "MIT" keywords = ["memory", "slice", "array"] categories = ["data-structures"] -repository = "https://git.nora.codes/nora/nslice" +repository = "https://codeberg.org/noracodes/nslice" readme = "README.md" rust-version = "1.56.1"