From 8fca701d513fed1b583f47cc4118e1b431991038 Mon Sep 17 00:00:00 2001 From: Aaron Manning Date: Fri, 1 Sep 2023 17:26:00 +1000 Subject: [PATCH] 0.1.2 new repo location --- .gitignore | 0 Cargo.toml | 4 ++-- LICENSE-APACHE | 0 LICENSE-MIT | 0 README.md | 0 src/lib.rs | 0 6 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Cargo.toml mode change 100644 => 100755 LICENSE-APACHE mode change 100644 => 100755 LICENSE-MIT mode change 100644 => 100755 README.md mode change 100644 => 100755 src/lib.rs 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