alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
488 stars 45 forks source link

Error from using regex::internal::Input in code #88

Closed dawkaka closed 1 year ago

dawkaka commented 1 year ago

httpmock version: 0.6 rust version: rustc 1.73.0-nightly (39f42ad9e 2023-07-19)

Current Behavior:

Screenshot from 2023-07-20 09-43-05

Work around: Removing use regex::internal::Input from src/server/mod.rs file fixed the problem

alexliesenfeld commented 1 year ago

Thanks. It’s fixed in the newest version, v0.6.8