Use SSH auth.

This commit is contained in:
Lyle Mantooth 2023-05-19 22:04:38 -04:00
parent 36f1bab7e9
commit c05d9a68f4
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -1,6 +1,6 @@
[package]
name = "locat"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = ["menteeth"]