Skip to content

Commit 435eecc

Browse files
committed
Address rename
1 parent c050d79 commit 435eecc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xml_struct/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
derive = { version = "0.1.0", path = "../xml_struct_derive" }
109
quick-xml = "0.31.0"
1110
thiserror = "1.0.56"
11+
xml_struct_derive = { version = "0.1.0", path = "../xml_struct_derive" }
1212

1313
[dev-dependencies]
1414
xml_struct_tests = { path = "../xml_struct_tests" }

0 commit comments

Comments
 (0)