Skip to content

Commit

Permalink
fix intern dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoine-Arnaud committed Jun 8, 2020
1 parent 427d623 commit c3aaeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yaserde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ readme = "../README.md"
edition = "2018"

[dependencies]
yaserde_derive = { version = "0.3.11", path = "../yaserde_derive", optional = true }
yaserde_derive = { version = "0.4", path = "../yaserde_derive", optional = true }
xml-rs = "0.8.0"
log = "0.4.1"

[dev-dependencies]
yaserde_derive = { version = "0.3.11", path = "../yaserde_derive" }
yaserde_derive = { version = "0.4", path = "../yaserde_derive" }

[badges]
travis-ci = { repository = "media-io/yaserde" }

0 comments on commit c3aaeaa

Please sign in to comment.