Przeglądaj źródła

serial/derive: Use versioned derive-internal crate.

parazyd 3 lat temu
rodzic
commit
f63b9af6b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/serial/derive/Cargo.toml

+ 1 - 1
src/serial/derive/Cargo.toml

@@ -16,4 +16,4 @@ proc-macro-crate = "1.2.1"
 proc-macro2 = "1.0.49"
 syn = {version = "1.0.107", features = ["full", "fold"]}
 
-darkfi-derive-internal = {path = "../derive-internal"}
+darkfi-derive-internal = {version = "0.3.0", path = "../derive-internal"}