Skip to content

Commit 0cf0502

Browse files
committed
correctness fix + tests for rope impl
1 parent 3be9842 commit 0cf0502

File tree

3 files changed

+195
-99
lines changed

3 files changed

+195
-99
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.0"
3+
version = "0.7.1"
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.7.0" }
15+
structdiff-derive = { path = "derive", version = "=0.7.1" }
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.7.0"
3+
version = "0.7.1"
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)