diff --git a/Cargo.toml b/Cargo.toml index 44dbdaf3..40c36bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "roaring" -version = "0.0.13" +version = "0.0.14" authors = ["Wim Looman "] description = "http://roaringbitmap.org for http://www.rust-lang.org" diff --git a/save_credentials.sh b/save_credentials.sh index 17294f22..f1daac01 100755 --- a/save_credentials.sh +++ b/save_credentials.sh @@ -8,4 +8,4 @@ REPO_SLUG=${2:?'Must provide repo slug'} echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc chmod 0600 ~/.netrc -git remote set-url --push "https://github.com/$REPO_SLUG" +git remote set-url --push github "https://github.com/$REPO_SLUG"