diff options
author | Daniel Edgecumbe <git@esotericnonsense.com> | 2019-10-29 01:38:36 +0100 |
---|---|---|
committer | Daniel Edgecumbe <git@esotericnonsense.com> | 2019-10-29 01:38:36 +0100 |
commit | 0a050914a76dafa4887b1ce0bcda8a575b906045 (patch) | |
tree | f68a966d9b093722c7c289468d010ee29e68f665 | |
parent | 708fcae11419e732dc8dfdc2b6d498068da27a88 (diff) |
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -61,7 +61,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "botfair" -version = "0.3.99" +version = "0.3.1" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "botfair" -version = "0.3.99" +version = "0.3.1" description = "rust bindings for Betfair's SportsAPING" keywords = ["betfair", "jsonrpc", "aping", "sports", "betting"] repository = "https://git.esotericnonsense.com/pub/botfair.git" @@ -1,4 +1,4 @@ -# `botfair` 0.3.99 +# `botfair` 0.3.1 The `botfair` crate provides Rust bindings for the Betfair SportsAPING. @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Affero General Public License // along with botfair. If not, see <http://www.gnu.org/licenses/>. -//! # `botfair` 0.3.99 +//! # `botfair` 0.3.1 //! //! The `botfair` crate provides Rust bindings for the Betfair SportsAPING. //! Login and keep-alive are handled automatically by the BFClient. |