From 609ac2892140e664663e69f12185a62c247fd566 Mon Sep 17 00:00:00 2001 From: Jakub Zajkowski Date: Tue, 26 Nov 2024 12:17:04 +0100 Subject: [PATCH] preparing to make the rc cut --- Cargo.toml | 2 +- lib/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9be06d94..46d3bd14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-client" -version = "2.0.0" # when updating, also update 'html_root_url' in lib.rs +version = "3.0.0" # when updating, also update 'html_root_url' in lib.rs authors = [ "Marc Brinkmann ", "Fraser Hutchison ", diff --git a/lib/lib.rs b/lib/lib.rs index 2e2450f4..0c5928c3 100644 --- a/lib/lib.rs +++ b/lib/lib.rs @@ -23,7 +23,7 @@ //! latest `Block` known on the server will be used. #![doc( - html_root_url = "https://docs.rs/casper-client/2.0.0", + html_root_url = "https://docs.rs/casper-client/3.0.0", html_favicon_url = "https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Favicon_RGB_50px.png", html_logo_url = "https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Symbol_RGB.png", test(attr(forbid(warnings)))