Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Nov 9, 2018
1 parent 6d89956 commit bd7533f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

No changes.

## 0.13.0 - 2018-11-09

### Breaking Changes

* Update reqwest to 0.9 to fix openssl-related build failures
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["network-programming", "encoding"]
readme = "README.md"
license = "CC0-1.0"
name = "xmlrpc"
version = "0.12.0"
version = "0.13.0"

[dependencies]
base64 = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Start by adding an entry to your `Cargo.toml`:

```toml
[dependencies]
xmlrpc = "0.12.0"
xmlrpc = "0.13.0"
```

Then import the crate into your Rust code:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! [XML-RPC specification]: http://xmlrpc.scripting.com/spec.html

#![doc(html_root_url = "https://docs.rs/xmlrpc/0.12.0")]
#![doc(html_root_url = "https://docs.rs/xmlrpc/0.13.0")]
#![warn(missing_debug_implementations)]
#![warn(missing_docs)]

Expand Down

0 comments on commit bd7533f

Please sign in to comment.