Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust/Cargo.toml: work around the compilation problem with clang++.
This doesn't actually guarantee that the problem is resolved in dependent package, because the latter can override the version.
- Loading branch information
This is not a great solution. Downstream users can force any version above 1.0.70 themselves if needed, but this way you prevent them from ever upgrading above 1.1.32 even if the issue was fixed upstream. Please don't do this, it causes more issues than fixes long-term.