File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ language: rust
2
+ rust:
3
+ - stable
4
+ - beta
5
+ - nightly
6
+ sudo: false
7
+ cache: cargo
8
+ branches:
9
+ only:
10
+ - master
11
+ - support/1.x
12
+ - support/2.x
13
+ before_script:
14
+ - cargo install --force cargo-audit
15
+ script:
16
+ - cargo test
17
+ - cargo test --example google
18
+ - cargo test --example github
19
+ - cargo test --example msgraph
20
+ - cargo audit -- RUSTSEC-2019-0011
21
+ notifications:
22
+ email:
23
+ on_success: never
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cache: cargo
8
8
branches :
9
9
only :
10
10
- master
11
- - devel /2.0.0
11
+ - support /2.x
12
12
- support/1.x
13
13
before_script :
14
14
- cargo install --force cargo-audit
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " oauth2"
3
3
authors = [
" Alex Crichton <[email protected] >" ,
" Florin Lipan <[email protected] >" ,
" David A. Ramos <[email protected] >" ]
4
- version = " 2.0.0-beta.4 "
4
+ version = " 2.0.0"
5
5
license = " MIT/Apache-2.0"
6
6
description = " Bindings for exchanging OAuth 2 tokens"
7
7
repository = " https://github.com/ramosbugs/oauth2-rs"
You can’t perform that action at this time.
0 commit comments