Explorar o código

update cargo to point to noot drk-updates branch

elizabeth %!s(int64=2) %!d(string=hai) anos
pai
achega
c8bbfdfcae
Modificáronse 2 ficheiros con 18 adicións e 8 borrados
  1. 9 0
      Cargo.lock
  2. 9 8
      Cargo.toml

+ 9 - 0
Cargo.lock

@@ -1525,6 +1525,7 @@ dependencies = [
 [[package]]
 name = "darkfi"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "arti-client",
  "async-trait",
@@ -1573,6 +1574,7 @@ dependencies = [
 [[package]]
 name = "darkfi-derive"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "darkfi-derive-internal",
  "proc-macro-crate 3.1.0",
@@ -1584,6 +1586,7 @@ dependencies = [
 [[package]]
 name = "darkfi-derive-internal"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1593,6 +1596,7 @@ dependencies = [
 [[package]]
 name = "darkfi-sdk"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "blake2b_simd",
  "blake3",
@@ -1614,6 +1618,7 @@ dependencies = [
 [[package]]
 name = "darkfi-serial"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "async-trait",
  "blake3",
@@ -1628,6 +1633,7 @@ dependencies = [
 [[package]]
 name = "darkfi_dao_contract"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "blake2b_simd",
  "bs58",
@@ -1646,6 +1652,7 @@ dependencies = [
 [[package]]
 name = "darkfi_deployooor_contract"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "darkfi",
  "darkfi-sdk",
@@ -1660,6 +1667,7 @@ dependencies = [
 [[package]]
 name = "darkfi_money_contract"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "blake3",
  "bs58",
@@ -1997,6 +2005,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
 [[package]]
 name = "drk"
 version = "0.4.1"
+source = "git+https://github.com/noot/darkfi?branch=drk-updates#eb6d51660b781e0420c426500f5f24d64e636ef1"
 dependencies = [
  "blake3",
  "bs58",

+ 9 - 8
Cargo.toml

@@ -53,11 +53,12 @@ halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
 halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
 
 [patch."https://github.com/darkrenaissance/darkfi"]
-darkfi = { path = "/home/e/darkfi" }
-darkfi-serial = { path = "/home/e/darkfi/src/serial" }
-darkfi-sdk = { path = "/home/e/darkfi/src/sdk" }
-drk = { path = "/home/e/darkfi/bin/drk" }
-
-#darkfi = { git = "https://github.com/noot/darkfi", branch = "fix-include-bytes" }
-#darkfi-serial = { git = "https://github.com/noot/darkfi", branch = "fix-include-bytes" }
-#drk = { git = "https://github.com/noot/darkfi", branch = "fix-include-bytes" }
+#darkfi = { path = "/home/e/darkfi" }
+#darkfi-serial = { path = "/home/e/darkfi/src/serial" }
+#darkfi-sdk = { path = "/home/e/darkfi/src/sdk" }
+#drk = { path = "/home/e/darkfi/bin/drk" }
+
+darkfi = { git = "https://github.com/noot/darkfi", branch = "drk-updates" }
+darkfi-serial = { git = "https://github.com/noot/darkfi", branch = "drk-updates" }
+darkfi-sdk = { git = "https://github.com/noot/darkfi", branch = "drk-updates" }
+drk = { git = "https://github.com/noot/darkfi", branch = "drk-updates" }