diff options
| author | Yuval Adam <_@yuv.al> | 2019-05-27 11:02:31 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-05-27 11:04:23 +0300 |
| commit | 27bcdbdd86898f51eae9b7084dbe21fca4a9b4ae (patch) | |
| tree | 951fb26b1f936fcc80ca0372b143bbf895d7d198 | |
| parent | 5addc51ec49fb0ba6e41a8008901614ba4a23a3a (diff) | |
Fix documentation linksv0.2.1
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | bchlib-sys/Cargo.toml | 4 | ||||
| -rw-r--r-- | bchlib/Cargo.toml | 6 |
3 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ # bchlib - +[](https://crates.io/crates/bchlib) Rust bindings for BCH encoding/decoding library, based on the [bch_codec](https://github.com/mborgerding/bch_codec) fork. diff --git a/bchlib-sys/Cargo.toml b/bchlib-sys/Cargo.toml index a63e351..4b300c3 100644 --- a/bchlib-sys/Cargo.toml +++ b/bchlib-sys/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "bchlib-sys" -version = "0.2.0" +version = "0.2.1" authors = ["Yuval Adam <_@yuv.al>"] edition = "2018" description = "Low-level Rust bindings for BCH encoding/decoding library, based on the bch_codec fork" license = "GPL-2.0" -documentation = "https://docs.rs/bchlib/" +documentation = "https://docs.rs/bchlib-sys/" homepage = "https://github.com/yuvadm/bchlib" repository = "https://github.com/yuvadm/bchlib" diff --git a/bchlib/Cargo.toml b/bchlib/Cargo.toml index 3fc8c3b..b0ed507 100644 --- a/bchlib/Cargo.toml +++ b/bchlib/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "bchlib" -version = "0.2.0" +version = "0.2.1" authors = ["Yuval Adam <_@yuv.al>"] edition = "2018" description = "Rust bindings for BCH encoding/decoding library, based on the bch_codec fork" license = "GPL-2.0" -documentation = "https://docs.rs/bchlib-sys/" +documentation = "https://docs.rs/bchlib/" homepage = "https://github.com/yuvadm/bchlib" repository = "https://github.com/yuvadm/bchlib" [dependencies] -bchlib-sys = { version = "0.2.0", path = "../bchlib-sys" } +bchlib-sys = { version = "0.2.1", path = "../bchlib-sys" } |
