Skip to content

Commit

Permalink
preparing to make the rc cut
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Nov 26, 2024
1 parent 0265966 commit 609ac28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Fraser Hutchison <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lib/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 609ac28

Please sign in to comment.