Skip to content

Commit

Permalink
Disable unused chrono features (#1014)
Browse files Browse the repository at this point in the history
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
  • Loading branch information
tottoto and Schniz committed May 27, 2024
1 parent 121128f commit 6be23c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 76 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)
80 changes: 5 additions & 75 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.38", features = ["serde", "now"], default-features = false }
tar = "0.4.38"
xz2 = "0.1.7"
node-semver = "2.1.0"
Expand Down

0 comments on commit 6be23c8

Please sign in to comment.