Skip to content

Commit

Permalink
Switch to github source for quick-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
elrnv committed Feb 17, 2023
1 parent f9cabfa commit ff8a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lz4 = { package = "lz4_flex", version = "0.10", optional = true }
flate2 = { version = "1.0.19", optional = true }
xz2 = { version = "0.1.6", optional = true } # LZMA
#quick-xml = { version = "0.25", features = ["serialize"], optional = true }
quick-xml = { path = "../quick-xml", features = ["serialize"], optional = true }
quick-xml = { git = "https://github.com/elrnv/quick-xml.git", features = ["serialize"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
tokio = { version = "1.3", features = ["fs", "io-util"], optional = true }
rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit ff8a5ab

Please sign in to comment.