Skip to content

Commit

Permalink
disable default chronos features
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Aug 28, 2023
1 parent 6a74aa2 commit 459a6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.17.2-dev
- [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux
- [#559](https://github.com/tag1consulting/goose/pull/559) disable unnecessary features in chronos, avoid potential segfault in time crate: https://rustsec.org/advisories/RUSTSEC-2020-0071

## 0.17.1 August 17, 2023
- [#543](https://github.com/tag1consulting/goose/pull/543) remove external dependency on num_cpus(), use instead built-in available_parallelism() added in rust 1.59.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0"

[dependencies]
async-trait = "0.1"
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
ctrlc = "3"
downcast-rs = "1.2"
flume = "0.11"
Expand Down

0 comments on commit 459a6d3

Please sign in to comment.