Skip to content

Commit 20444e6

Browse files
committed
bump to v0.7.3
1 parent cd3c5a9 commit 20444e6

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.7.2"
3+
version = "0.7.3"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
repository = "https://github.com/knickish/structdiff"
@@ -13,7 +13,7 @@ rust-version = "1.82.0"
1313
nanoserde = { version = "^0.1.37", optional = true }
1414
rustc-hash = { version = "1.1.0", optional = true }
1515
serde = { version = "^1.0.0", optional = true, features = ["derive"] }
16-
structdiff-derive = { path = "derive", version = "=0.7.1" }
16+
structdiff-derive = { path = "derive", version = "=0.7.3" }
1717

1818
[features]
1919
"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.7.1"
3+
version = "0.7.3"
44
authors = ["Makepad <[email protected]>", "Fedor <[email protected]>", "Kirk <[email protected]"]
55
edition = "2021"
66
description = "derive macro library for structdiff"

0 commit comments

Comments
 (0)