Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kabergstrom committed Mar 7, 2020
1 parent 3825d2a commit 3049f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-diff"
version = "0.2.0"
version = "0.3.0"
authors = ["Karl Bergström <[email protected]>", "Philip Degarmo <[email protected]>"]
readme = "README.md"
exclude = ["examples/*"]
Expand All @@ -16,7 +16,7 @@ maintenance = { status = "experimental" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde-diff-derive = { version = "0.2.0", path = "serde-diff-derive" }
serde-diff-derive = { version = "0.3.0", path = "serde-diff-derive" }
serde = { version = "1", features = [ "derive" ] }
serde_derive = { version = "1", features = ["deserialize_in_place"]}

Expand Down
2 changes: 1 addition & 1 deletion serde-diff-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde-diff-derive"
version = "0.2.0"
version = "0.3.0"
authors = ["Karl Bergström <[email protected]>", "Philip Degarmo <[email protected]>"]
readme = "README.md"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 3049f0b

Please sign in to comment.