Skip to content

Commit 8c3665a

Browse files
committed
chore(release): publish packages
- native_toolchain_rust@1.0.2
1 parent e4989ba commit 8c3665a

5 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-12-23
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_rust` - `v1.0.2`](#native_toolchain_rust---v102)
19+
20+
---
21+
22+
#### `native_toolchain_rust` - `v1.0.2`
23+
24+
- **FIX**: pass in no extra flag for debug mode ([#47](https://github.com/GregoryConrad/native_toolchain_rust/issues/47)).
25+
26+
627
## 2025-12-06
728

829
### Changes

examples/dart_only/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
hooks: ^1.0.0
10-
native_toolchain_rust: ^1.0.1
10+
native_toolchain_rust: ^1.0.2
1111

1212
dev_dependencies:
1313
ffigen: ^20.1.0

examples/flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
flutter:
1010
sdk: flutter
1111
hooks: ^1.0.0
12-
native_toolchain_rust: ^1.0.1
12+
native_toolchain_rust: ^1.0.2
1313

1414
dev_dependencies:
1515
ffigen: ^20.1.0

native_toolchain_rust/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
- **FIX**: pass in no extra flag for debug mode ([#47](https://github.com/GregoryConrad/native_toolchain_rust/issues/47)).
4+
15
## 1.0.1
26

37
- **FIX**: improve colon handling in dependency discovery for windows ([#45](https://github.com/GregoryConrad/native_toolchain_rust/issues/45)).

native_toolchain_rust/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: native_toolchain_rust
22
description: >
33
Rust support for Dart's build hooks.
44
Automatically builds and bundles your Rust code with your Dart code!
5-
version: 1.0.1
5+
version: 1.0.2
66
homepage: https://github.com/GregoryConrad/native_toolchain_rust
77
repository: https://github.com/GregoryConrad/native_toolchain_rust
88
issue_tracker: https://github.com/GregoryConrad/native_toolchain_rust/issues

0 commit comments

Comments
 (0)