diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index 8219ba0..1d38aaf --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "lazy-seq" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A crate for constructing lazily evaluated sequences." license = "MIT OR Apache-2.0" authors = ["Aaron Manning"] -repository = "https://github.com/aaron-jack-manning/lazy-seq" +repository = "https://git.aaronmanning.net/aaronmanning/lazy-seq" [dependencies] diff --git a/LICENSE-APACHE b/LICENSE-APACHE old mode 100644 new mode 100755 diff --git a/LICENSE-MIT b/LICENSE-MIT old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/src/lib.rs b/src/lib.rs old mode 100644 new mode 100755