PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Other
11.44k stars 693 forks source link

Bump diagnostic_namespace rust version #4268

Closed mejrs closed 1 week ago

mejrs commented 1 week ago

Now that rust 1.79 is out, I'd like to avoid using diagnostic_namespace on 1.78. Because we don't test CI for 1.78 it seems prudent to not use it for that version.

mejrs commented 1 week ago

I guess in general we only need to do this because of the ICE, rather than every stable release?

Unless new ices or other gotchas are discovered, yes :)