Sfoglia il codice sorgente

The sigma_compiler dependency has been renamed sigma-compiler

Ian Goldberg 3 settimane fa
parent
commit
9b7ff2f6d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -14,7 +14,7 @@ rand = "0.8.5"
 serde = { version = "1", features = [ "derive" ] }
 serde_bytes = "0.11"
 serde_with = "3"
-sigma_compiler = { path = "../sigma_compiler" }
+sigma-compiler = { path = "dev/sigma-compiler" }
 thiserror = "2"
 
 [dev-dependencies]