Skip to content

Commit 694802c

Browse files
Update toml requirement from 0.9 to 1.0 (#860)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.9.0...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01632ac commit 694802c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cursive-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ features = ["local-offset", "formatting"]
4848

4949
[dependencies.toml]
5050
optional = true
51-
version = "0.9"
51+
version = "1.0"
5252

5353
[dependencies.num]
5454
default-features = false

0 commit comments

Comments
 (0)