Skip to content

Commit

Permalink
Fix compilation for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Oct 29, 2023
1 parent 590b3e5 commit 91dbb92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ext/xml2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ publish = false
crate-type = ["cdylib"]

[dependencies]
rb-sys = { version = "*", default-features = false, features = ["ruby-static", "stable-api-compiled-fallback"] }
magnus = { version = "0.5.5" }
magnus = { version = "0.5.5", features = ["rb-sys-interop"] }
rb-sys = { version = "*", default-features = false, features = [
"stable-api-compiled-fallback",
] }
xml2json-rs = "1.0.1"

0 comments on commit 91dbb92

Please sign in to comment.