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"