File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515      matrix :
1616        rust :
1717          - version : stable 
18-           - version : 1.63 .0 
18+           - version : 1.85 .0 
1919    steps :
2020      - uses : actions/checkout@v4 
2121      - name : Install Rust 
2222        uses : dtolnay/rust-toolchain@v1 
2323        with :
2424            toolchain : ${{ matrix.rust.version }} 
2525      - name : Pin dependencies for MSRV 
26-         if : matrix.rust.version == '1.63 .0' 
26+         if : matrix.rust.version == '1.85 .0' 
2727        run : ./ci/pin-msrv.sh 
2828      - name : Test 
2929        run : cargo test --no-fail-fast --all-features 
Original file line number Diff line number Diff line change 22name  = " bdk_tx" 
33version  = " 0.1.0" 
44edition  = " 2021" 
5- rust-version  = " 1.63 " 
5+ rust-version  = " 1.85.0 " 
66homepage  = " https://bitcoindevkit.org" 
77repository  = " https://github.com/bitcoindevkit/bdk-tx" 
88documentation  = " https://docs.rs/bdk_tx" 
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -euo pipefail
99
1010#  rm -f Cargo.lock
1111
12- #  rustup default 1.63 .0
12+ #  rustup default 1.65 .0
1313
1414cargo update -p zstd-sys --precise " 2.0.8+zstd.1.5.5" 
1515cargo update -p time  --precise " 0.3.20" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments