Skip to content

Commit

Permalink
Update hifitime requirement from 3.8.5 to 4.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hifitime](https://github.com/nyx-space/hifitime) to permit the latest version.
- [Release notes](https://github.com/nyx-space/hifitime/releases)
- [Commits](nyx-space/hifitime@3.8.5...4.0.0)

---
updated-dependencies:
- dependency-name: hifitime
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 470edcb commit 58741b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ crate-type=["rlib", "cdylib", "staticlib"]
[dependencies]
cfg-if = "1.0.0"
derive_more = { version = "0.99.17", optional = true }
hifitime = { version = "3.8.5", default-features = false, optional = true }
hifitime = { version = "4.0.0", default-features = false, optional = true }

[features]
default = ["std", "stdtime"]
Expand Down

0 comments on commit 58741b8

Please sign in to comment.