Skip to content

Commit 9cf7f83

Browse files
committed
bump version
1 parent ca38093 commit 9cf7f83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structdiff"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
repository = "https://github.com/knickish/structdiff"
@@ -12,7 +12,7 @@ categories = ["compression"]
1212
nanoserde = { version = "^0.1.37", optional = true }
1313
rustc-hash = { version = "1.1.0", optional = true }
1414
serde = { version = "^1.0.0", optional = true, features = ["derive"] }
15-
structdiff-derive = { path = "derive", version = "=0.6.1" }
15+
structdiff-derive = { path = "derive", version = "=0.6.2" }
1616

1717
[features]
1818
"default" = []

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structdiff-derive"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Makepad <[email protected]>", "Fedor <[email protected]>", "Kirk <[email protected]"]
55
edition = "2018"
66
description = "derive macro library for structdiff"

0 commit comments

Comments
 (0)