Skip to content

Commit

Permalink
Bump diplomat (#4671)
Browse files Browse the repository at this point in the history
And fix some Dart renames
  • Loading branch information
robertbastian committed Mar 8, 2024
1 parent 8387180 commit 2687786
Show file tree
Hide file tree
Showing 131 changed files with 2,462 additions and 2,813 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Install Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.3.0-279.1.beta
sdk: 3.4.0-204.0.dev

- name: Build docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
# Job-specific dependencies
- uses: dart-lang/setup-dart@v1
with:
sdk: 3.3.0-279.1.beta
sdk: 3.4.0-204.0.dev

# Actual job
- name: Run `cargo make ci-job-test-dart`
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ icu_benchmark_macros = { path = "tools/benchmark/macros" }

# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
# Diplomat must be published preceding a new ICU4X release but may use git versions in between
diplomat = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "8e2fa9ac70f1269a30e934e6d21e16cad0d8440f" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "8e2fa9ac70f1269a30e934e6d21e16cad0d8440f" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "8e2fa9ac70f1269a30e934e6d21e16cad0d8440f" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "8e2fa9ac70f1269a30e934e6d21e16cad0d8440f" }
diplomat = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "99ab75d8054b9ddca7fd1def0902f7a43bd68259" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "99ab75d8054b9ddca7fd1def0902f7a43bd68259" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "99ab75d8054b9ddca7fd1def0902f7a43bd68259" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat.git", rev = "99ab75d8054b9ddca7fd1def0902f7a43bd68259" }

# Size optimized builds
[profile.release-opt-size]
Expand Down
17 changes: 7 additions & 10 deletions ffi/capi/bindings/dart/AnyCalendarKind.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 16 additions & 19 deletions ffi/capi/bindings/dart/Bcp47ToIanaMapper.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 23 additions & 26 deletions ffi/capi/bindings/dart/Bidi.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions ffi/capi/bindings/dart/BidiDirection.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2687786

Please sign in to comment.