diff --git a/.travis.yml b/.travis.yml index 15a6f0c..8d10cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,5 @@ script: cargo test; fi -after_success: - - if [ "$TRAVIS_OS_NAME" == "osx" ]; then - curl https://stainless-steel.github.io/travis/documentation.sh | bash; - fi - -env: - global: - - secure: S68cxm+lZnFrdVhhUN70ph9kjtE4Nn7qKIRVc7414PRUMz1IGjgaJ0O+kSpurqCtZc+2v5KdS6Hf1XkLwnLC0FK8nr54wdQIcbWnbD4+rL6K+n2kH/87ubAkuKYKeGrf/XH7rXpXaljXjnORMsv7KGuhU891iOVhfY1n/ZJ0TyUGU5yRgDmNEdHys6MPy/HDp6RJG6D9AXBx5hbfQM0j6Zk1jhvqBbPz1jReGpS2HLSQxpBK+8vf9oZN1slKxrVi03LGXvxDYpF4qFNLPUBMq3fM3cgVfouMgV6D6c79vmwhXz9eJNN4qZbtTwG5+CJ+tMCas2dnoPdnytc+2nw02Mc2TDrtuCA4LkEiWPFHpPCpZUrgEN16TzNE1cdiw25gWg654bOe6EZzrjiRyTV9UBLj22MvgTa58XXAbXW8BsuIz6baVB1id4sI56NfqjaFtnh6GV0eDgSAMf4VurWVUNsCMkF6RFwWBYdoWbJK8BB/hpO0XrvozVfrElxFZ6xsQ/0EnBQdmLVF+vbNgVI+dcGtesnC6rsEfGj08LjRHSCCDN6B1X/jjVRjadFKOJ6Wo7nr+Zb238pvefGzUsccR3XAEIQuPxKpROxeIq3gZvZO9YqzwzUO4FcavK2ii9ne/bqWEJEG0o/V0uX+SUhuPNtSSsPK1Mln0QUJ6My0vLA= - notifications: email: false diff --git a/Cargo.toml b/Cargo.toml index cb94491..a2aef21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.23.0" +version = "0.23.1" license = "Apache-2.0/MIT" authors = [ "Ivan Stankovic ", @@ -9,7 +9,7 @@ authors = [ "Tomoki Aonuma ", ] description = "The package provides an interface to SQLite." -documentation = "https://stainless-steel.github.io/sqlite" +documentation = "https://docs.rs/sqlite" homepage = "https://github.com/stainless-steel/sqlite" repository = "https://github.com/stainless-steel/sqlite" diff --git a/README.md b/README.md index 79cd620..d85acb5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The package provides an interface to [SQLite][1]. -## [Documentation][doc] +## [Documentation][documentation] ## Example @@ -73,7 +73,7 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md). [1]: https://www.sqlite.org -[doc]: https://stainless-steel.github.io/sqlite +[documentation]: https://docs.rs/sqlite [status-img]: https://travis-ci.org/stainless-steel/sqlite.svg?branch=master [status-url]: https://travis-ci.org/stainless-steel/sqlite [version-img]: https://img.shields.io/crates/v/sqlite.svg