Skip to content

Commit e0c6984

Browse files
authored
Update Diplomat to pull in Kotlin fixes (#7250)
With this, `mvn compile` works. Still working on adding tests.
1 parent ed9b419 commit e0c6984

File tree

6 files changed

+20
-117
lines changed

6 files changed

+20
-117
lines changed

Cargo.lock

Lines changed: 4 additions & 8 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 = { version = "0.14.0", default-features = false }
218-
diplomat-runtime = { version = "0.14.0", default-features = false }
219-
diplomat_core = { version = "0.14.0", default-features = false }
220-
diplomat-tool = { version = "0.14.1" }
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" }
221221

222222
# EXTERNAL DEPENDENCIES
223223
#

ffi/capi/bindings/kotlin/src/main/kotlin/org/unicode/icu4x/GeneralCategoryGroup.kt

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

ffi/capi/bindings/kotlin/src/main/kotlin/org/unicode/icu4x/Lib.kt

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

ffi/capi/bindings/kotlin/src/main/kotlin/org/unicode/icu4x/Locale.kt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/capi/bindings/kotlin/src/main/kotlin/org/unicode/icu4x/TimeZoneInfo.kt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)