diff --git a/book/src/dev/crate-owners.md b/book/src/dev/crate-owners.md index 0c0b91af1..62e8270f2 100644 --- a/book/src/dev/crate-owners.md +++ b/book/src/dev/crate-owners.md @@ -47,7 +47,6 @@ cargo new new-crate-name cd new-crate-name cargo release publish --verbose --package new-crate-name --execute cargo owner --add oxarbitrage -cargo owner --add teor2345 cargo owner --add github:zcashfoundation:owners ``` diff --git a/release.toml b/release.toml index bc47505b8..752f1c705 100644 --- a/release.toml +++ b/release.toml @@ -17,4 +17,4 @@ push = false tag = false # Owners for new crates -owners = [ 'oxarbitrage', 'teor2345', 'zcashfoundation/owners' ] +owners = [ 'oxarbitrage', 'zcashfoundation/owners' ]