parazyd 1 год назад
Родитель
Сommit
67f03c6713
2 измененных файлов с 303 добавлено и 161 удалено
  1. 301 156
      bin/app/Cargo.lock
  2. 2 5
      bin/app/Cargo.toml

Разница между файлами не показана из-за своего большого размера
+ 301 - 156
bin/app/Cargo.lock


+ 2 - 5
bin/app/Cargo.toml

@@ -69,17 +69,14 @@ enable-netdebug = []
 freetype-rs = { git = "https://github.com/narodnik/freetype-rs" }
 freetype-rs = { git = "https://github.com/narodnik/freetype-rs" }
 freetype-sys = { git = "https://github.com/narodnik/freetype-sys2" }
 freetype-sys = { git = "https://github.com/narodnik/freetype-sys2" }
 
 
-halo2_proofs = { git="https://github.com/parazyd/halo2", branch="v4" }
-halo2_gadgets = { git="https://github.com/parazyd/halo2", branch="v4" }
+halo2_proofs = { git="https://github.com/parazyd/halo2", branch="v031" }
+halo2_gadgets = { git="https://github.com/parazyd/halo2", branch="v031" }
 # This patch didn't work for me
 # This patch didn't work for me
 #dirs-sys = {git="https://github.com/sbechet/dirs-sys-rs.git"}
 #dirs-sys = {git="https://github.com/sbechet/dirs-sys-rs.git"}
 
 
 # Once merged, we can remove this
 # Once merged, we can remove this
 swash = { git = "https://github.com/valadaptive/swash", branch = "tight-bounds" }
 swash = { git = "https://github.com/valadaptive/swash", branch = "tight-bounds" }
 
 
-tor-rtcompat = "0.32.0"
-tor-rtmock = "0.32.0"
-
 [target.'cfg(not(target_os = "android"))'.dependencies]
 [target.'cfg(not(target_os = "android"))'.dependencies]
 dirs = "5.0.1"
 dirs = "5.0.1"
 
 

Некоторые файлы не были показаны из-за большого количества измененных файлов