Skip to content

Commit

Permalink
chore(rust/dep): enable cached_current_dir in sugar_path (rolldow…
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 authored Apr 15, 2024
1 parent 1c79725 commit ecaa2d8
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 @@ -106,7 +106,7 @@ self_cell = "1.0.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
smallvec = "1.13.2"
sugar_path = "1.2.0"
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
testing_macros = "0.2.13"
tokio = { version = "1.37.0", default-features = false }
tracing = "0.1.40"
Expand Down

0 comments on commit ecaa2d8

Please sign in to comment.