Skip to content

Commit e4a8c0d

Browse files
committed
Bump version to 2.0.0
1 parent 972d5bb commit e4a8c0d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

#.travis.yml#

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache: cargo
88
branches:
99
only:
1010
- master
11-
- devel/2.0.0
11+
- support/2.x
1212
- support/1.x
1313
before_script:
1414
- cargo install --force cargo-audit

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oauth2"
33
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"
55
license = "MIT/Apache-2.0"
66
description = "Bindings for exchanging OAuth 2 tokens"
77
repository = "https://github.com/ramosbugs/oauth2-rs"

0 commit comments

Comments
 (0)