-
-
Notifications
You must be signed in to change notification settings - Fork 36.2k
deps: update temporal_rs to 0.2.3 #64543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Renegade334
wants to merge
3
commits into
nodejs:main
Choose a base branch
from
Renegade334:temporal-0.2.3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,47 +1,31 @@ | ||
| # This file defines all third-party Rust dependencies approved for use | ||
| # in Node.js. | ||
| # This manifest is generated by node-core-utils. Do not modify it directly. | ||
|
|
||
| [package] | ||
| edition = "2021" | ||
| name = "node_crates" | ||
| version = "0.1.2" | ||
| rust-version = "1.83" | ||
| version = "14.6.202" | ||
| rust-version = "1.86" | ||
|
|
||
| [lib] | ||
| crate-type = ["staticlib"] | ||
| crate-type = [ "staticlib" ] | ||
|
|
||
| [dependencies] | ||
| # Pin all temporal dependencies to be in sync with the version defined in deps/v8/DEPS:deps[third_party/rust] | ||
| icu_collections = "=2.1.1" | ||
| icu_locale_core = "=2.1.1" | ||
| icu_provider = "=2.1.1" | ||
| timezone_provider = "=0.1.2" | ||
|
|
||
| [dependencies.temporal_capi] | ||
| version = "=0.1.2" # Should be in sync with the version defined in deps/v8/DEPS:deps[third_party/rust] | ||
| features = ["zoneinfo64"] | ||
| [dependencies.icu_locale_core] | ||
| version = "2.2.0" | ||
| default-features = false | ||
|
|
||
| [dependencies.temporal_rs] | ||
| version = "=0.1.2" # Should be in sync with the version defined in deps/v8/DEPS:deps[third_party/rust] | ||
| [dependencies.icu_provider] | ||
| version = "2.2.0" | ||
| default-features = false | ||
| # This is necessary to enable a spec-compliance quirk | ||
| features = ["float64_representable_durations"] | ||
|
|
||
| # Disable `icu_calendar_data` and `icu_locale_data` crates with disabling | ||
| # `compiled_data` features. However these datasets are still enabled until | ||
| # https://github.com/boa-dev/temporal/pull/694 ships. | ||
| [dependencies.icu_calendar] | ||
| version = "~2.1.1" | ||
| features = [ | ||
| "ixdtf", # Parser for Internet eXtended DateTime Format | ||
| ] | ||
| default-features = false | ||
| [dependencies.syn] | ||
| version = "2" | ||
| features = [ "full" ] | ||
|
|
||
| [dependencies.icu_locale] | ||
| version = "~2.1.1" | ||
| default-features = false | ||
| [dependencies.temporal_capi] | ||
| version = "0.2.3" | ||
| features = [ "zoneinfo64" ] | ||
|
|
||
| [patch.crates-io] | ||
| # Float https://github.com/unicode-org/icu4x/pull/7658 until crate is updated. | ||
| resb = { path="patches/resb" } | ||
| [dependencies.temporal_rs] | ||
| version = "0.2.3" | ||
| default-features = false | ||
| features = [ "float64_representable_durations" ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"files":{}} |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
|
|
||
| /target | ||
| **/*.rs.bk | ||
| Cargo.lock |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
deps/crates/vendor/calendrical_calculations-v0_2/.cargo-checksum.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"files":{}} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # This file has been auto-generated by the `gnrt` tool. | ||
| file://third_party/rust/calendrical_calculations/OWNERS |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
deps/crates/vendor/calendrical_calculations/.cargo-checksum.json
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"files":{}} | ||
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| target |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"files":{}} |
6 changes: 6 additions & 0 deletions
6
deps/crates/vendor/diplomat-runtime-v0_15/.cargo_vcs_info.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "git": { | ||
| "sha1": "6559f95efa34658b9e801b45e39f1b306c32e249" | ||
| }, | ||
| "path_in_vcs": "runtime" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.