Skip to content

Commit

Permalink
Disable unused chrono features
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jul 30, 2023
1 parent 52313bc commit e4ab92c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/disable-unused-chrono-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fnm": patch
---

Disable unused chrono features (#1014)
26 changes: 3 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager"
serde = { version = "1.0.166", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
serde_json = "1.0.100"
chrono = { version = "0.4.26", features = ["serde"] }
chrono = { version = "0.4.26", features = ["serde", "clock"], default-features = false }
tar = "0.4.38"
xz2 = "0.1.7"
node-semver = "2.1.0"
Expand Down

0 comments on commit e4ab92c

Please sign in to comment.