Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 21 forks source link

Support Rust 1.73 on Windows. #1137

Closed td202 closed 3 months ago

td202 commented 3 months ago

Purpose

Support Rust version 1.73 on Windows. This changes how the Haskell code is linked against Rust libraries to use dynamic (rather than static) linking on Windows.

Changes

Checklist