File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55edition = " 2021"
66name = " node_crates"
77version = " 0.1.0"
8- rust-version = " 1.82 "
8+ rust-version = " 1.86 "
99
1010[lib ]
1111crate-type = [" staticlib" ]
1212
1313[dependencies ]
14- # Pin all temporal dependencies to the last version support rustc 1.82
15- icu_collections = " ~2.0 .0"
16- icu_locale_core = " ~2.0 .0"
17- icu_provider = " ~2.0 .0"
18- timezone_provider = " =0.1.0 "
14+ # Pin all temporal dependencies to the last version support rustc 1.86
15+ icu_collections = " ~2.2 .0"
16+ icu_locale_core = " ~2.2 .0"
17+ icu_provider = " ~2.2 .0"
18+ timezone_provider = " =0.2.3 "
1919
2020[dependencies .temporal_capi ]
21- version = " =0.1.0 "
21+ version = " =0.2.3 "
2222features = [" zoneinfo64" ]
2323default-features = false
2424
2525[dependencies .temporal_rs ]
26- version = " =0.1.0 "
26+ version = " =0.2.3 "
2727default-features = false
2828# This is necessary to enable a spec-compliance quirk when upgrading to v0.1.2
2929# features = ["float64_representable_durations"]
@@ -32,16 +32,12 @@ default-features = false
3232# `compiled_data` features. However these datasets are still enabled until
3333# https://github.com/boa-dev/temporal/pull/694 lands.
3434[dependencies .icu_calendar ]
35- version = " ~2.0 .0"
35+ version = " ~2.2 .0"
3636features = [
3737 " ixdtf" , # Parser for Internet eXtended DateTime Format
3838]
3939default-features = false
4040
4141[dependencies .icu_locale ]
42- version = " ~2.0 .0"
42+ version = " ~2.2 .0"
4343default-features = false
44-
45- [patch .crates-io ]
46- # Float https://github.com/unicode-org/icu4x/pull/7658 until crate is updated.
47- resb = { path =" patches/resb" }
You can’t perform that action at this time.
0 commit comments