update to 0.17

master
Paul Woolcock 6 years ago
parent 6f63fef0b2
commit aae013189c
  1. 3
      Cargo.toml
  2. 2
      README.md
  3. 4
      src/helpers/mod.rs

@ -1,7 +1,6 @@
[package] [package]
name = "elefren" name = "elefren"
version = "0.16.0" version = "0.17.0"
description = "A wrapper around the Mastodon API." description = "A wrapper around the Mastodon API."
authors = ["Aaron Power <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>"] authors = ["Aaron Power <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"

@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the
`[dependencies]` section of your `Cargo.toml` `[dependencies]` section of your `Cargo.toml`
```toml ```toml
elefren = "0.16" elefren = "0.17"
``` ```
## Usage ## Usage

@ -5,7 +5,7 @@
/// ///
/// ```toml,ignore /// ```toml,ignore
/// [dependencies.elefren] /// [dependencies.elefren]
/// version = "0.15" /// version = "0.17"
/// features = ["toml"] /// features = ["toml"]
/// ``` /// ```
pub mod toml; pub mod toml;
@ -17,7 +17,7 @@ pub mod toml;
/// ///
/// ```toml,ignore /// ```toml,ignore
/// [dependencies.elefen] /// [dependencies.elefen]
/// version = "0.15" /// version = "0.17"
/// features = ["json"] /// features = ["json"]
/// ``` /// ```
pub mod json; pub mod json;

Loading…
Cancel
Save