Bumped version to 0.1.0

This commit is contained in:
Sebastian Thiel
2015-02-26 20:01:28 +01:00
parent 2feddf4f56
commit 50b3f5e357
2 changed files with 18 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "0.0.1"
version = "0.1.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup/lib/oauth2"
description = """A partial oauth2 implementation, providing the 'device' authorization flow.
@@ -21,4 +21,4 @@ rustc-serialize = "*"
getopts = "*"
[dev-dependencies.yup-hyper-mock]
path = "../hyper-mock"
git = "https://github.com/Byron/yup-hyper-mock"

View File

@@ -0,0 +1,16 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": "../..",
"file_exclude_patterns" : [
"Cargo.lock"
],
"folder_exclude_patterns" : [
"target",
".git",
],
},
]
}