marine-rs-sdk/docs/update-guide.md
Valery Antopol add9b919ed
feat!: move SecurityTetraplets from popyplets directly to marine-rs-sdk crate (#127)
* update to popyplets 4.0

* update Cargp.lock

* feat!: move SecurityTetraplets from popyplets directly to marine-rs-sdk crate

* update doc
2023-08-16 19:59:28 +03:00

802 B

Marine Rust SDK update guide

Marine Rust SDK repo components

Here is the list of main components crucial from the update point of view:

Marine Rust SDK update policy

Versioning

All the crates in this repo have the same version, and all repository-local dependencies are strict (denoted by =x.y.z notation).

Important notes

The marine-rs-sdk-main crate uses #[no_mangle] exports, and marine-rs-sdk crate too - by transitivity. That's why it is impossible to use two different versions of this marine-rs-sdk-main when compiling a single binary, regardless of their versions.