File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ readme = "Readme.md"
4747allow-branch  = [" main" 
4848
4949[workspace .dependencies ]
50- hax-lib  = { version  = " 0.3.2" 
50+ #  Latest Commit 2025-09-01
51+ hax-lib  = { git  = " https://github.com/cryspen/hax.git" rev  = " 6b34a68a0b38cd2aff09a4ad05569d712620af27" 
5152
5253[package ]
5354name  = " libcrux" 
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ bench = false # so libtest doesn't eat the arguments to criterion
1717libcrux-platform  = { version  = " 0.0.2" path  = " ../sys/platform" 
1818libcrux-intrinsics  = { version  = " 0.0.3" path  = " ../libcrux-intrinsics" 
1919libcrux-traits  = { version  = " =0.0.3" path  = " ../traits/" optional  = true  }
20+ hax-lib.workspace  = true 
2021
21- hax-lib  = { git  = " https://github.com/cryspen/hax.git" rev  = " 6b34a68a0b38cd2aff09a4ad05569d712620af27" 
2222
2323[features ]
2424default  = [" digest-traits" 
Original file line number Diff line number Diff line change 1- #  If HAX_HOME is set, add HAX_HOME dirs and disable finding LIBS
2- ifdef  HAX_HOME 
3- FINDLIBS_OUTPUT  =
4- FSTAR_INCLUDE_DIRS_EXTRA  += \ 
5- 	$(HAX_HOME ) /proof-libs/fstar/rust_primitives \ 
6- 	$(HAX_HOME ) /proof-libs/fstar/core \ 
7- 	$(HAX_HOME ) /hax-lib/proofs/fstar/extraction
8- endif 
9- 
101#  Always include these directories
112FSTAR_INCLUDE_DIRS_EXTRA  += \ 
123	$(shell  git rev-parse --show-toplevel) /fstar-helpers/fstar-bitvec \ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments