Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx committed Jul 16, 2020
1 parent 9715c3d commit 47190f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "serde-value"
version = "0.6.0"
version = "0.7.0"
authors = ["arcnmx"]
edition = "2018"

description = "Serialization value trees"
documentation = "http://arcnmx.github.io/serde-value/serde_value/"
documentation = "https://docs.rs/serde-value/*/serde_value/"
repository = "https://github.com/arcnmx/serde-value"
readme = "README.md"
keywords = ["serde"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
[release-badge]: https://img.shields.io/crates/v/serde-value.svg?style=flat-square
[cargo]: https://crates.io/crates/serde-value
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/serde-value/serde_value/
[docs]: https://docs.rs/serde-value/*/serde_value/
[license-badge]: https://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square
[license]: https://github.com/arcnmx/serde-value/blob/master/COPYING
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url="https://arcnmx.github.io/serde-value")]
#![doc(html_root_url="https://docs.rs/serde-value/0.7.0/")]

use std::collections::BTreeMap;
use std::cmp::Ordering;
Expand Down

0 comments on commit 47190f5

Please sign in to comment.