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

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Feb 21, 2018
1 parent 5446573 commit 1a47014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.9.0" # remember to update html_root_url
version = "0.10.0" # remember to update html_root_url

[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 @@ -14,7 +14,7 @@ Start by adding an entry to your `Cargo.toml`:

```toml
[dependencies]
xmlrpc = "0.9.0"
xmlrpc = "0.10.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.9.0")]
#![doc(html_root_url = "https://docs.rs/xmlrpc/0.10.0")]
#![warn(missing_debug_implementations)]

extern crate base64;
Expand Down

0 comments on commit 1a47014

Please sign in to comment.