Skip to content

Commit 09d75a9

Browse files
Update wasm demo (#6594)
Include the diplomat change that supports enum and primitive return values, and write a manual page for `LocaleCanonicalizer`.
1 parent 9360517 commit 09d75a9

File tree

198 files changed

+2924
-861
lines changed

Some content is hidden

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

198 files changed

+2924
-861
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.11.0", default-features = false }
218-
diplomat-runtime = { version = "0.11.0", default-features = false }
219-
diplomat_core = { version = "0.11.0", default-features = false }
220-
diplomat-tool = { version = "0.11.1", default-features = false }
217+
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "fc376f9d277572236263722fafb73831ed30ab97", default-features = false }
218+
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "fc376f9d277572236263722fafb73831ed30ab97", default-features = false }
219+
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "fc376f9d277572236263722fafb73831ed30ab97", default-features = false }
220+
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "fc376f9d277572236263722fafb73831ed30ab97", default-features = false }
221221

222222
# EXTERNAL DEPENDENCIES
223223
#

ffi/capi/bindings/c/Date.h

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/c/DateFormatter.h

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/c/DateFormatterGregorian.h

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/c/DateTimeFormatter.h

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/c/DateTimeFormatterGregorian.h

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/c/ZonedDateFormatter.h

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/c/ZonedDateFormatterGregorian.h

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/c/ZonedDateTimeFormatter.h

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)