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"]