From 424a2550a073e4bbc833d7e80d60f6a233d7d1aa Mon Sep 17 00:00:00 2001 From: jgardona Date: Mon, 8 Jan 2024 15:44:32 -0300 Subject: [PATCH] Fix errors in manifest files. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f2c36fc..04c77c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "ansistream" -version = "0.1.1" +version = "0.1.2" edition = "2021" -repository = "https://github.com/jcbritobr/ansistream" -homepage = "https://github.com/jcbritobr/ansistream" +repository = "https://github.com/jgardona/ansistream" +homepage = "https://github.com/jgardona/ansistream" description = "Write blazingly fast, free allocation ansi escape codes to a buffer, and flushes them all to any output." license = "MIT" categories = ["development-tools"]