Skip to content

Commit 3187973

Browse files
Bump Dart (#7313)
1 parent daab6fa commit 3187973

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
- Document deprecated APIs (unicode-org#6890)
133133
- FFI for most new APIs
134134
- `ListFormatter::format` now takes a `diplomat::span<const diplomat::string_view_for_slice>` instead of a `diplomat::span<std::string_view>` to handle soundness issues on some platforms (unicode-org#6974)
135-
- Dart version `2.1.0-dev.0`
135+
- Dart version `2.1.0-dev.0`, `2.1.0-dev.1`
136136
- NPM version `2.1.0`
137137
- Utils
138138
- General

ffi/dart/lib/src/hook_helpers/hashes.dart

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: icu4x
66
description: >
77
Dart bindings for the Rust `icu` internationalization crate.
8-
version: 2.1.0-dev.0
8+
version: 2.1.0-dev.1
99
repository: https://github.com/unicode-org/icu4x/tree/main/ffi/dart
1010
issue_tracker: https://github.com/unicode-org/icu4x/issues?q=is%3Aissue%20is%3Aopen%20label%3AU-flutter
1111

0 commit comments

Comments
 (0)