Skip to content

Commit 90d7af7

Browse files
Bump Diplomat (#7336)
Requires disabling some Kotlin APIs.
1 parent b0aa6a0 commit 90d7af7

File tree

329 files changed

+7917
-1196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+7917
-1196
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@ icu_benchmark_macros = { path = "tools/benchmark/macros" }
214214

215215
# The version here can either be a `version = ".."` spec or `git = "https://github.com/rust-diplomat/diplomat", rev = ".."`
216216
# Diplomat must be published preceding a new ICU4X release but may use git versions in between
217-
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "0cb25653909d2328c758a1e51049f59a6de051a0", default-features = false }
218-
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "0cb25653909d2328c758a1e51049f59a6de051a0", default-features = false }
219-
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "0cb25653909d2328c758a1e51049f59a6de051a0", default-features = false }
220-
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "0cb25653909d2328c758a1e51049f59a6de051a0" }
217+
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "773e6e94179c8705aa27a3337e49c604da4fc013", default-features = false }
218+
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "773e6e94179c8705aa27a3337e49c604da4fc013", default-features = false }
219+
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "773e6e94179c8705aa27a3337e49c604da4fc013", default-features = false }
220+
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "773e6e94179c8705aa27a3337e49c604da4fc013" }
221221

222222
# EXTERNAL DEPENDENCIES
223223
#

ffi/capi/bindings/cpp/icu4x/BidiClass.d.hpp

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

ffi/capi/bindings/cpp/icu4x/BidiPairedBracketType.d.hpp

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

ffi/capi/bindings/cpp/icu4x/CalendarKind.d.hpp

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

0 commit comments

Comments
 (0)