File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,11 @@ members = [
3434    " packages/token-history-contract" 
3535    " packages/keyword-search-contract" 
3636    " packages/wasm-drive-verify" 
37-     " packages/dash-platform-balance-checker" 
37+     " packages/dash-platform-balance-checker" , 
3838]
3939
4040exclude  = [" packages/wasm-sdk" #  This one is experimental and not ready for use
4141
4242[workspace .package ]
4343
44- rust-version  = " 1.85" 
45- 
44+ rust-version  = " 1.89" 
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ this repository may be used on the following networks:
5050-  Install prerequisites:
5151  -  [ node.js] ( https://nodejs.org/ )  v20
5252  -  [ docker] ( https://docs.docker.com/get-docker/ )  v20.10+
53-   -  [ rust] ( https://www.rust-lang.org/tools/install )  v1.85 +, with wasm32 target (` rustup target add wasm32-unknown-unknown ` )
53+   -  [ rust] ( https://www.rust-lang.org/tools/install )  v1.89 +, with wasm32 target (` rustup target add wasm32-unknown-unknown ` )
5454  -  [ protoc - protobuf compiler] ( https://github.com/protocolbuffers/protobuf/releases )  v27.3+
5555    -  if needed, set PROTOC environment variable to location of ` protoc `  binary
5656  -  [ wasm-bingen toolchain] ( https://rustwasm.github.io/wasm-bindgen/ ) :
Original file line number Diff line number Diff line change 11[toolchain ]
22#  Rust version the same as in /README.md
3- channel  = " 1.85 " 
3+ channel  = " 1.89 " 
44
55targets  = [" wasm32-unknown-unknown" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments