0.1.2 new repo location

This commit is contained in:
Aaron Manning 2023-09-01 17:26:00 +10:00
parent 3bf10f750d
commit 8fca701d51
6 changed files with 2 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

4
Cargo.toml Normal file → Executable file
View File

@ -1,10 +1,10 @@
[package] [package]
name = "lazy-seq" name = "lazy-seq"
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
description = "A crate for constructing lazily evaluated sequences." description = "A crate for constructing lazily evaluated sequences."
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors = ["Aaron Manning"] authors = ["Aaron Manning"]
repository = "https://github.com/aaron-jack-manning/lazy-seq" repository = "https://git.aaronmanning.net/aaronmanning/lazy-seq"
[dependencies] [dependencies]

0
LICENSE-APACHE Normal file → Executable file
View File

0
LICENSE-MIT Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
src/lib.rs Normal file → Executable file
View File