Skip to content

Commit 835f837

Browse files
committed
Fix msrv issue due to more recent toml version
1 parent 8ef78e6 commit 835f837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ payjoin-test-utils = { version = "0.0.1" }
5555
tempfile = "3.20.0"
5656

5757
[patch.crates-io]
58-
toml_datetime = "=0.6.10"
58+
toml_datetime = "=0.6.1"
5959
toml_edit = "=0.19.8"

0 commit comments

Comments
 (0)