Rust support in vxworks and release cadence

Hi, I am new to vxworks.

We are using the rust toolchain introducted in the last release (VxWorks Software Development Kit (SDK)). The SDK support rust 1.70.0 but our applications uses rust version 1.78+.

Before a plan to make changes to our application to support 1.70.0, I was wondering if a release of SDK is closeby that may support a higher rust version? Is there a public roadmap?

Hi @dilawar! The rust toolchain present in the latest VxWorks release is still 1.70.0, so any new SDKs will include the same version.

Regards,
Dan

Thanks @dan.milea,

Just to be sure, I understand that VxWorks will continue to ship rust version 1.70.0 in upcoming releases of SDK as well. There is no planned upgrade (if any) to rust compiler version at this moment. Our application should build with rustc 1.70.0 before we try to port to vxworks.

best,
Dilawar