meta: This is 0.2.1!

Re-home to codeberg.
This commit is contained in:
Leonora Tindall 2024-03-31 21:43:50 -05:00
parent ff4c4a72b6
commit 057faa1342
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
[package]
name = "nslice"
version = "0.2.0"
version = "0.2.1"
authors = ["Leonora Tindall <nora@nora.codes>"]
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"