aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Edgecumbe <git@esotericnonsense.com>2019-10-27 22:17:09 +0100
committerDaniel Edgecumbe <git@esotericnonsense.com>2019-10-28 01:04:14 +0100
commit3d693df6087ba717caa97325839ddc7eb3d24799 (patch)
tree6570931830d3c0478cda57ad73f103353bc3a7a9
parent81e8e2c86519f48206a9d6961a200eb4b31ddc3a (diff)
Emphasise lack of warranty
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md8
-rw-r--r--src/lib.rs8
4 files changed, 18 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8356045..4c39371 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -61,7 +61,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "botfair"
-version = "0.3.0"
+version = "0.3.99"
dependencies = [
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index a493023..76f9634 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "botfair"
-version = "0.3.0"
+version = "0.3.99"
description = "rust bindings for Betfair's SportsAPING"
keywords = ["betfair", "jsonrpc", "aping", "sports", "betting"]
repository = "https://git.esotericnonsense.com/pub/botfair.git"
diff --git a/README.md b/README.md
index 3da7e48..cc967b8 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@ https://git.esotericnonsense.com/pub/botfair.git - main repository
https://github.com/esotericnonsense/botfair.git - github repo, for PRs etc
+## Warranty
+
+> This program is distributed in the hope that it will be useful,
+> but WITHOUT ANY WARRANTY; without even the implied warranty of
+> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Paid support, consulting, and contracting services are available.
+
## Contact
Daniel Edgecumbe (esotericnonsense)
diff --git a/src/lib.rs b/src/lib.rs
index 16c82fa..ea2af07 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,6 +22,14 @@
//! The BFClient class implements Sync and so can safely be wrapped in an Arc
//! for multithreaded use with the same session token.
//!
+//! ## Warranty
+//!
+//! > This program is distributed in the hope that it will be useful,
+//! > but WITHOUT ANY WARRANTY; without even the implied warranty of
+//! > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+//!
+//! Paid support, consulting, and contracting services are available.
+//!
//! ## Example
//! Note that `botfair` requires your certificate to be in `pfx` format.
//! In order to achieve this given a key and crt file, you can use the