Skip to content

Commit 8997b46

Browse files
nekevssjedel1043
andauthored
Update blog/temporal-release/index.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent d6db7c9 commit 8997b46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

blog/temporal-release/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,8 @@ timezone_provider = { version = "0.0.17", features = ["tzif"] }
236236
temporal_rs = { version = "0.1.0", default-features = false, features = ["sys"]}
237237
```
238238

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`.
239+
The `sys` feature for `temporal_rs` enables the default implementation for `Now`,
240+
and the `tzif` feature for `timezone_provider` enables the `FsTzdbProvider`.
242241

243242
Please note: `timezone_provider` is still considered unstable for the
244243
near future.

0 commit comments

Comments
 (0)