Skip to content

Commit c59742b

Browse files
authored
Merge pull request #1617 from volta-cli/push-mmqkrzowvvkp
Use published version of detect-indent
2 parents f28dd5f + 54c17b2 commit c59742b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fs-utils = { path = "../fs-utils" }
2828
cfg-if = "1.0"
2929
tempfile = "3.8.1"
3030
os_info = "3.7.0"
31-
detect-indent = { git = "https://github.com/stefanpenner/detect-indent-rs", branch = "master" }
31+
detect-indent = "0.1"
3232
envoy = "0.1.3"
3333
mockito = { version = "0.31.1", optional = true }
3434
regex = "1.7.1"

0 commit comments

Comments
 (0)