Skip to content

Commit

Permalink
diplomatup
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 3, 2024
1 parent 66af677 commit 7e7461d
Show file tree
Hide file tree
Showing 116 changed files with 1,943 additions and 954 deletions.
29 changes: 15 additions & 14 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 @@ -209,10 +209,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", rev = "0183677b4bc25fc762ec06a4665c4f384998fb50" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "0183677b4bc25fc762ec06a4665c4f384998fb50" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "0183677b4bc25fc762ec06a4665c4f384998fb50" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "0183677b4bc25fc762ec06a4665c4f384998fb50" }
diplomat = { git = "https://github.com/rust-diplomat/diplomat", rev = "9e91151698bc5df511c42d95f57ea8133478b24e" }
diplomat-runtime = { git = "https://github.com/rust-diplomat/diplomat", rev = "9e91151698bc5df511c42d95f57ea8133478b24e" }
diplomat_core = { git = "https://github.com/rust-diplomat/diplomat", rev = "9e91151698bc5df511c42d95f57ea8133478b24e" }
diplomat-tool = { git = "https://github.com/rust-diplomat/diplomat", rev = "9e91151698bc5df511c42d95f57ea8133478b24e" }

# EXTERNAL DEPENDENCIES
#
Expand Down
91 changes: 61 additions & 30 deletions ffi/capi/bindings/js/AnyCalendarKind.mjs

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

14 changes: 7 additions & 7 deletions ffi/capi/bindings/js/Bidi.mjs

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

40 changes: 28 additions & 12 deletions ffi/capi/bindings/js/BidiDirection.mjs

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

2 changes: 1 addition & 1 deletion ffi/capi/bindings/js/BidiParagraph.mjs

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

6 changes: 3 additions & 3 deletions ffi/capi/bindings/js/Calendar.mjs

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

Loading

0 comments on commit 7e7461d

Please sign in to comment.