mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-24 16:32:12 +00:00
Switch to docs.rs for documentation
This commit is contained in:
parent
09a1557468
commit
1cae7d018a
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sqlite"
|
||||
version = "0.23.0"
|
||||
version = "0.23.1"
|
||||
license = "Apache-2.0/MIT"
|
||||
authors = [
|
||||
"Ivan Stankovic <pokemon@fly.srk.fer.hr>",
|
||||
@ -9,7 +9,7 @@ authors = [
|
||||
"Tomoki Aonuma <uasi@uasi.jp>",
|
||||
]
|
||||
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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user