ci: bump build_docs rust version to nightly-2024-05-12

This commit is contained in:
Steve Myers
2024-05-14 10:15:51 -05:00
parent d975a48e7c
commit 54942a902d
7 changed files with 347 additions and 353 deletions

View File

@@ -22,7 +22,7 @@ bitcoin = { version = "0.31.0", optional = true, default-features = false }
miniscript = { version = "11.0.0", optional = true, default-features = false }
[dev-dependencies]
bdk_testenv = { path = "../testenv", default_features = false }
bdk_testenv = { path = "../testenv", default-features = false }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
[features]