1.14.1 (#2362)
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

* Bump version in most places.

* Update official release steps for desktop

* Version bump a bunch of Rust packages.

* Windows fix for disabling MT properly.

* Release notes.
This commit is contained in:
Adam Ierymenko 2024-09-12 18:48:34 -04:00 committed by GitHub
parent 98e532de20
commit a0acc82e99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 686 additions and 436 deletions

View file

@ -2617,6 +2617,10 @@ public:
_concurrency = 1;
_cpuPinningEnabled = false;
}
#else
_multicoreEnabled = false;
_concurrency = 1;
_cpuPinningEnabled = false;
#endif
#ifndef ZT_SDK