Skip to content

Commit 68d2891

Browse files
authored
Make doc-comment a dev dep (#5)
1 parent 44c136b commit 68d2891

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[package]
22
name = "string-auto-indent"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jeremy Harris <[email protected]>"]
55
edition = "2021"
66
description = "Normalizes multi-line string indentation while preserving platform-specific line endings."
77
repository = "https://github.com/jzombie/rust-string-auto-indent"
88
license = "MIT"
99

1010
[dependencies]
11-
doc-comment = "0.3.3"
1211
line-ending = "1.2.0"
12+
13+
[dev-dependencies]
14+
doc-comment = "0.3.3"

0 commit comments

Comments
 (0)