From c05d9a68f42e35ac2a28fa10a3176ea72e5be7a2 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Fri, 19 May 2023 22:04:38 -0400 Subject: [PATCH] Use SSH auth. --- .cargo/config.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index bf6cb68..ee1688a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,4 +2,4 @@ registry-auth = true [registries.menteeth] -index = "https://git.shipyard.rs/menteeth/crate-index.git" +index = "ssh://git@git.shipyard.rs/menteeth/crate-index.git" diff --git a/Cargo.toml b/Cargo.toml index be13afd..6a519ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "locat" -version = "0.1.0" +version = "0.2.0" edition = "2021" publish = ["menteeth"]