We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6db7c9 commit 8997b46Copy full SHA for 8997b46
blog/temporal-release/index.md
@@ -236,9 +236,8 @@ timezone_provider = { version = "0.0.17", features = ["tzif"] }
236
temporal_rs = { version = "0.1.0", default-features = false, features = ["sys"]}
237
```
238
239
-We include `sys` as a `temporal_rs` feature to have access to the system
240
-for the default `Now` implementation. We provide the `tzif` feature to
241
-`timezone_provider` for the feature gate on `FsTzdbProvider`.
+The `sys` feature for `temporal_rs` enables the default implementation for `Now`,
+and the `tzif` feature for `timezone_provider` enables the `FsTzdbProvider`.
242
243
Please note: `timezone_provider` is still considered unstable for the
244
near future.
0 commit comments