Commit d8c38ee 1 parent b249a9b commit d8c38ee Copy full SHA for d8c38ee
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ sudo: false
4
4
env :
5
5
global :
6
6
- secure : aOiqRRhbGw+r7P1PleSNKk5JTkItW/tQBYBhxGdJ7gN9KvlBHEmBHNd5Yl8AuE5R9W27Eo/BgtXIu09EMuND8cLr92b1P1ru1ebQMM+2FburF1y4psZakecSWAMDlF+km/cdES/AzIJ7dI1Fc4dGE/zNMuLLYEKmSDtVMHXucaI=
7
+ - secure : QRaXkP2OkP9KIwN/ifxclkKUhifeu2pGE6jEkNr/8kluxPDPplX3QtR/qwYzt6v24QsAW+rGvA0atB3yIiiWRrxxq3DcrV5v4xpc6ZoqFJYxVfnPqMGqDkh0pV1+6Z9RP9upP1ol3eOWnHPK0EHSH8sBAWENxE9k0WcilgjHxeo=
7
8
8
9
script :
9
10
- cargo build --release --verbose
@@ -24,6 +25,7 @@ deploy:
24
25
all_branches : true
25
26
26
27
after_deploy :
28
+ - cargo publish --token $CRATES_IO_TOKEN
27
29
- echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc
28
30
- chmod 0600 ~/.netrc
29
31
- git remote add github https://github.com/$TRAVIS_REPO_SLUG.git
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " roaring"
4
- version = " 0.0.7 "
4
+ version = " 0.0.8 "
5
5
authors = [
" Wim Looman <[email protected] >" ]
6
6
description = " http://roaringbitmap.org for http://www.rust-lang.org"
7
7
You can’t perform that action at this time.
0 commit comments