Hi, > error[E0658]: use of unstable library feature 'try_from' (see issue #33417)
As I see it, there seem to be certain ways to resolve this issue. (1) revert ddec431b4a402258c3b56b873908c98a15f22de4 until 1.34 becomes widely spread (2) force the CI to use rust 1.34 (3) add #![feature(try_from)] to the code (where?) Plus I just found this, no idea whether it is relevant or not https://github.com/rust-lang/rust/issues/49691 Thoughts welcome. Have fun, JensG
