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