Skip to content

Commit f700ec5

Browse files
ManishearthChromium LUCI CQ
authored andcommitted
Bump temporal_rs to 0.1.2
This pulls in all of the recent fixes. At this point we should pass *all* test262 tests except ones that have bugs. Bug: 401065166,457835186 Change-Id: I70e501beba040c0b155a7822e6f8d348acbfe696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7148783 Reviewed-by: Łukasz Anforowicz <[email protected]> Commit-Queue: Manish Goregaokar <[email protected]> Auto-Submit: Manish Goregaokar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1543997}
1 parent 5ea82f9 commit f700ec5

38 files changed

Lines changed: 413 additions & 849 deletions

third_party/rust/chromium_crates_io/Cargo.lock

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

third_party/rust/chromium_crates_io/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,15 @@ version = "2"
122122
features = ["full"]
123123

124124
[dependencies.temporal_capi]
125-
version = "0.1.1"
125+
version = "0.1.2"
126126
features = ["zoneinfo64"]
127127

128+
[dependencies.temporal_rs]
129+
version = "0.1.2"
130+
default-features = false
131+
# This is necessary to enable a spec-compliance quirk
132+
features = ["float64_representable_durations"]
133+
128134
[dependencies.zip]
129135
version = "5.1.1"
130136
default-features = false

third_party/rust/chromium_crates_io/patches/temporal_capi/0001-temporal_rs-Remove-support-for-unqualified-islamic-c.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

third_party/rust/chromium_crates_io/patches/temporal_rs/0001-Constrain-durations-proactively-before-passing-to-IC.patch

Lines changed: 0 additions & 116 deletions
This file was deleted.

third_party/rust/chromium_crates_io/patches/temporal_rs/0002-Fix-returned-duration-sign.patch

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)