File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed
Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-10-05
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` native_toolchain_rs ` - ` v0.1.2+2 ` ] ( #native_toolchain_rs---v0122 )
19+
20+ ---
21+
22+ #### ` native_toolchain_rs ` - ` v0.1.2+2 `
23+
24+ - ** FIX** : use the .cmd NDK clangs on Windows ([ #24 ] ( https://github.com/GregoryConrad/native_toolchain_rs/issues/24 ) ).
25+
26+
627## 2025-10-04
728
829### Changes
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
77
88dependencies :
99 hooks : ^0.20.1
10- native_toolchain_rs : ^0.1.2+1
10+ native_toolchain_rs : ^0.1.2+2
1111
1212dev_dependencies :
1313 # TODO use released version
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99 flutter :
1010 sdk : flutter
1111 hooks : ^0.20.1
12- native_toolchain_rs : ^0.1.2+1
12+ native_toolchain_rs : ^0.1.2+2
1313
1414dev_dependencies :
1515 # TODO use released version
Original file line number Diff line number Diff line change 1+ ## 0.1.2+2
2+
3+ - ** FIX** : use the .cmd NDK clangs on Windows ([ #24 ] ( https://github.com/GregoryConrad/native_toolchain_rs/issues/24 ) ).
4+
15## 0.1.2+1
26
37 - ** FIX** : drop .exe from NDK binaries and fix NDK target triples ([ #22 ] ( https://github.com/GregoryConrad/native_toolchain_rs/issues/22 ) ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: native_toolchain_rs
22description : >
33 Rust support for Dart's Native Assets.
44 Automatically builds and bundles your Rust code with your Dart code!
5- version : 0.1.2+1
5+ version : 0.1.2+2
66homepage : https://github.com/GregoryConrad/native_toolchain_rs
77repository : https://github.com/GregoryConrad/native_toolchain_rs
88issue_tracker : https://github.com/GregoryConrad/native_toolchain_rs/issues
You can’t perform that action at this time.
0 commit comments