Use SSH auth.
This commit is contained in:
parent
36f1bab7e9
commit
c05d9a68f4
|
@ -2,4 +2,4 @@
|
||||||
registry-auth = true
|
registry-auth = true
|
||||||
|
|
||||||
[registries.menteeth]
|
[registries.menteeth]
|
||||||
index = "https://git.shipyard.rs/menteeth/crate-index.git"
|
index = "ssh://git@git.shipyard.rs/menteeth/crate-index.git"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "locat"
|
name = "locat"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = ["menteeth"]
|
publish = ["menteeth"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue