Skip to content

Commit

Permalink
Merge pull request #65 from greymd/bugfix/win_build_fix
Browse files Browse the repository at this point in the history
Bugfix/win build fix
  • Loading branch information
greymd authored Jan 1, 2024
2 parents 4631192 + afe7a20 commit 19edd61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 31 deletions.
38 changes: 8 additions & 30 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ regex = "1"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_warn"] }
env_logger = "0.7.1"
lazy_static = "1.4.0"
onig = { version = "6", optional = true }
structopt = "0.3.15"
cfg-if = "0.1"

# Workaround of build failure https://github.com/rust-onig/rust-onig/pull/174#issuecomment-1730863567 Keep them until new onig crate' is released
onig = { git = "https://github.com/rust-onig/rust-onig", revision = "fa90c0e97e90a056af89f183b23cd417b59ee6a2" , optional = true}

[patch.crates-io]
onig_sys = { git = "https://github.com/rust-onig/rust-onig", revision = "fa90c0e97e90a056af89f183b23cd417b59ee6a2", optional = true }

[dev-dependencies]
assert_cmd = "1.0.1"
criterion = "0.3.2"
Expand Down

0 comments on commit 19edd61

Please sign in to comment.