From 55f359c608cd12febe96f4581b7573c0a587be63 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 6 Dec 2024 10:38:09 +1100 Subject: [PATCH] node: Use latest version in docs build --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 9b3157a..5439aa8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -67,5 +67,5 @@ doc = [] # used only for documentation building [package.metadata.docs.rs] -features = ["download", "doc", "26_2"] +features = ["download", "doc", "28_0"] rustdoc-args = ["--cfg", "docsrs"]