Skip to content

Commit 6880e01

Browse files
Update Rust crate prettyplease to 0.2.37
1 parent 3b7132a commit 6880e01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ integration-tests = { path = "crates/integration-tests" }
1616
my-custom-uuid = { path = "crates/newtype-uuid", package = "newtype-uuid" }
1717
newtype-uuid = { path = "crates/newtype-uuid" }
1818
newtype-uuid-macros = { path = "crates/newtype-uuid-macros" }
19-
prettyplease = "0.2.35"
19+
prettyplease = "0.2.37"
2020
proc-macro2 = "1.0"
2121
quote = "1.0"
2222
# Ideally we'd let you use no-std proptest, but proptest requires either the std

0 commit comments

Comments
 (0)