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 cd29081 commit cc068a2Copy full SHA for cc068a2
blog/temporal-release/index.md
@@ -233,7 +233,7 @@ like the following.
233
234
```toml
235
timezone_provider = { version = "0.0.17", features = ["tzif"] }
236
-temporal_rs = { version = "0.1.0", no-default-features = true, features = ["sys"]}
+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
0 commit comments