From abbec1e7f3510dc81016adc5d6213dde63f07460 Mon Sep 17 00:00:00 2001 From: j-mendez Date: Thu, 29 Aug 2024 09:07:51 -0400 Subject: [PATCH] chore(crate): fix repo name --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03a340d..436e707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "auto_encoder" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chardetng", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 0ec7f3e..c4b7af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "auto_encoder" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Auto encoding library" -repository = "https://github.com/spider-rs/auto_encoder" +repository = "https://github.com/spider-rs/auto-encoder" authors = [ "j-mendez " ]