提交 d721f03b authored 作者: Serhij S's avatar Serhij S

README.md

上级 0bd241fe
...@@ -175,6 +175,21 @@ Despite of that, "cargo check" should work on Windows and OSX to let developers ...@@ -175,6 +175,21 @@ Despite of that, "cargo check" should work on Windows and OSX to let developers
code RoboPLC-based programs on these platforms. In case if this fails with any code RoboPLC-based programs on these platforms. In case if this fails with any
crate feature, please report an issue. crate feature, please report an issue.
## Migration from 0.4.x
* Certain `thread-rt` module components have been moved to
[`rtsc`](https://crates.io/crates/rtsc) crate. RoboPLC re-exports them,
adding compatibility with simulated mode.
* `thread_rt::set_simulated` has been moved to [`set_simulated`].
* `thread_rt` components `CpuGovernor` and `SystemConfig` have been moved to
[`system`] crate module.
* `openssl-vendored` feature has been removed, as [EVA
ICS](https://www.eva-ics.com/) EAPI has got now `openssl` as an optional
dependency except for certain specific features.
## Migration from 0.3.x ## Migration from 0.3.x
* `pchannel` and `pchannel_async` have been renamed to [`policy_channel`] and * `pchannel` and `pchannel_async` have been renamed to [`policy_channel`] and
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论