From 59a63bfeff523a7d24df403d28b5efe5b37592e0 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Sat, 2 Mar 2019 16:26:33 -0500 Subject: [PATCH] Fix typo in README; bump patch for publishing --- candid_client/Cargo.toml | 2 +- candid_client/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/candid_client/Cargo.toml b/candid_client/Cargo.toml index e8ed850..4683936 100644 --- a/candid_client/Cargo.toml +++ b/candid_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candid_client" -version = "0.1.0" +version = "0.1.1" authors = ["Alex van de Sandt "] edition = "2018" description = "A library to handle client connections to a CANdid server" diff --git a/candid_client/README b/candid_client/README index bf3d077..c8c4242 100644 --- a/candid_client/README +++ b/candid_client/README @@ -12,7 +12,7 @@ Documentation: https://docs.rs/crates/candid_client/ CANdid Client itself has no special dependencies, but for it to be useful, you must be able to run CANdid server on your computer or another system accesible over the network. See [CANdid server](https://crates.io/crates/candid_server/) for more information. -The example `echo` uses `[clap](https://crates.io/crates/clap/)` to handle command line arguments. +The example `echo` uses [`clap`](https://crates.io/crates/clap/) to handle command line arguments. ## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.com/avandesa/candid-rs/tags). -- 2.51.2