This is probably due to my first time use of maturin and rust skills, but following the instructions leads to this error:
error[E0554]: `#![feature]` may not be used on the stable release channel
--> apple-auth-utils/src/lib.rs:1:12
|
1 | #![feature(concat_idents)]
| ^^^^^^^^^^^^^
I'll report back on this issue if I find the solution myself.
This is probably due to my first time use of maturin and rust skills, but following the instructions leads to this error:
I'll report back on this issue if I find the solution myself.