alexliesenfeld / httpmock

HTTP mocking library for Rust.
MIT License
435 stars 40 forks source link

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

Closed dawkaka closed 11 months ago

dawkaka commented 11 months 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 11 months ago

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