Skip to content

Commit

Permalink
Remove log dependency
Browse files Browse the repository at this point in the history
Was required by earlier versions of yaserde, now it no longer is.
  • Loading branch information
jplatte committed Sep 7, 2021
1 parent b77c87e commit d28434e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion xsd-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Inflector = "0.11.4"
roxmltree = "0.14.0"

[dev-dependencies]
log = "0.4.13"
num-bigint = "0.4.2"
syn = { version = "1.0.58", features = ["full"] }
text-diff = "0.4.0"
Expand Down
1 change: 0 additions & 1 deletion xsd-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ license = "MIT OR Apache-2.0"
[dependencies]
bigdecimal = "0.3.0"
chrono = "0.4.19"
log = "0.4.11"
num-bigint = "0.4.2"
xml-rs = "0.8.3"
xsd-macro-utils = { path = "../xsd-macro-utils" }
Expand Down

0 comments on commit d28434e

Please sign in to comment.