Skip to content

Commit 6be23c8

Browse files
tottotoSchniz
andauthored
Disable unused chrono features (#1014)
Co-authored-by: Gal Schlezinger <[email protected]>
1 parent 121128f commit 6be23c8

File tree

3 files changed

+11
-76
lines changed

3 files changed

+11
-76
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fnm": patch
3+
---
4+
5+
Disable unused chrono features (#1014)

Cargo.lock

+5-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager"
1212
serde = { version = "1.0.166", features = ["derive"] }
1313
clap = { version = "4.3.10", features = ["derive", "env"] }
1414
serde_json = "1.0.100"
15-
chrono = { version = "0.4.26", features = ["serde"] }
15+
chrono = { version = "0.4.38", features = ["serde", "now"], default-features = false }
1616
tar = "0.4.38"
1717
xz2 = "0.1.7"
1818
node-semver = "2.1.0"

0 commit comments

Comments
 (0)