Skip to content

Commit 18a5fa6

Browse files
committed
Bump minimal displaydoc to prevent rustc complaining about future compat
Signed-off-by: maurges <nikita@dfns.co>
1 parent 218e61d commit 18a5fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ futures-util = { version = "0.3", default-features = false }
3535

3636
anyhow = "1"
3737
thiserror = "1"
38-
displaydoc = { version = "0.2", default-features = false }
38+
displaydoc = { version = "0.2.5", default-features = false }
3939

4040
serde = { version = "1", default-features = false }
4141
serde_with = { version = "2", default-features = false }

0 commit comments

Comments
 (0)