diff --git a/Cargo.lock b/Cargo.lock index ca63b8a13..399672f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "darkfi" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "async-trait", @@ -1162,7 +1162,7 @@ dependencies = [ [[package]] name = "darkfi-dao-contract" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "bs58", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "darkfi-derive" -version = "0.3.0" +version = "0.4.0" dependencies = [ "darkfi-derive-internal", "proc-macro-crate", @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "darkfi-derive-internal" -version = "0.3.0" +version = "0.4.0" dependencies = [ "proc-macro2", "quote", @@ -1201,7 +1201,7 @@ dependencies = [ [[package]] name = "darkfi-money-contract" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "chacha20poly1305", @@ -1219,7 +1219,7 @@ dependencies = [ [[package]] name = "darkfi-sdk" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake2b_simd", "blake3", @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "darkfi-serial" -version = "0.3.0" +version = "0.4.0" dependencies = [ "blake3", "darkfi-derive", @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "darkfid" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "async-trait", @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "dchat" -version = "0.1.0" +version = "0.4.0" dependencies = [ "async-std", "async-trait", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "dnetview" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-channel", "async-std", @@ -1724,7 +1724,7 @@ dependencies = [ [[package]] name = "faucetd" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "async-trait", @@ -1876,7 +1876,7 @@ dependencies = [ [[package]] name = "fu" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "clap 4.1.4", @@ -1889,7 +1889,7 @@ dependencies = [ [[package]] name = "fud" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "async-trait", @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "lilith" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-std", "async-trait", @@ -4487,7 +4487,7 @@ dependencies = [ [[package]] name = "vanityaddr" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bs58", "clap 4.1.4", @@ -5116,7 +5116,7 @@ dependencies = [ [[package]] name = "zkas" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap 4.1.4", "darkfi", @@ -5124,7 +5124,7 @@ dependencies = [ [[package]] name = "zktool" -version = "0.1.0" +version = "0.4.0" dependencies = [ "clap 4.1.4", "darkfi", diff --git a/Cargo.toml b/Cargo.toml index 7430390cc..e1520c872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "Anonymous. Uncensored. Sovereign." authors = ["Dyne.org foundation "] diff --git a/bin/cashierd/Cargo.toml b/bin/cashierd/Cargo.toml index 91d06fc08..6bf9c6703 100644 --- a/bin/cashierd/Cargo.toml +++ b/bin/cashierd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cashierd" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "cashier daemon for DarkFi" authors = ["Dyne.org foundation "] diff --git a/bin/darkfid/Cargo.toml b/bin/darkfid/Cargo.toml index 27ad8bb1f..ca14c5686 100644 --- a/bin/darkfid/Cargo.toml +++ b/bin/darkfid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfid" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "DarkFi node daemon" authors = ["Dyne.org foundation "] diff --git a/bin/dnetview/Cargo.toml b/bin/dnetview/Cargo.toml index 4cf62f6af..fadb2d59b 100644 --- a/bin/dnetview/Cargo.toml +++ b/bin/dnetview/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dnetview" description = "P2P network monitoring TUI utility" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" diff --git a/bin/faucetd/Cargo.toml b/bin/faucetd/Cargo.toml index 23322ce36..27002c951 100644 --- a/bin/faucetd/Cargo.toml +++ b/bin/faucetd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "faucetd" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "DarkFi faucet daemon" authors = ["Dyne.org foundation "] diff --git a/bin/fud/fu/Cargo.toml b/bin/fud/fu/Cargo.toml index a86d06bb6..320a2564d 100644 --- a/bin/fud/fu/Cargo.toml +++ b/bin/fud/fu/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fu" description = "Command-line client for fud" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" diff --git a/bin/fud/fud/Cargo.toml b/bin/fud/fud/Cargo.toml index b68362ce0..6273155b5 100644 --- a/bin/fud/fud/Cargo.toml +++ b/bin/fud/fud/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fud" description = "File-sharing Utility Daemon, using DHT for records discovery." -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" diff --git a/bin/lilith/Cargo.toml b/bin/lilith/Cargo.toml index 93b2a6030..dcf3e6b82 100644 --- a/bin/lilith/Cargo.toml +++ b/bin/lilith/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lilith" description = "Daemon that spawns P2P seeds" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" diff --git a/bin/vanityaddr/Cargo.toml b/bin/vanityaddr/Cargo.toml index 227efb335..c46da88f2 100644 --- a/bin/vanityaddr/Cargo.toml +++ b/bin/vanityaddr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vanityaddr" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "Vanity address generation tool for DarkFi keypairs and token IDs" authors = ["Dyne.org foundation "] diff --git a/bin/zkas/Cargo.toml b/bin/zkas/Cargo.toml index d146944b0..5e36feb94 100644 --- a/bin/zkas/Cargo.toml +++ b/bin/zkas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zkas" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "Compiler for the Halo2 zkVM language used in DarkFi." authors = ["Dyne.org foundation "] diff --git a/bin/zktool/Cargo.toml b/bin/zktool/Cargo.toml index 9215b342e..3527e872c 100644 --- a/bin/zktool/Cargo.toml +++ b/bin/zktool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zktool" -version = "0.1.0" +version = "0.4.0" homepage = "https://dark.fi" description = "ZK multitool program" authors = ["Dyne.org foundation "] diff --git a/example/dao/Cargo.toml b/example/dao/Cargo.toml index 8e84092fa..87a851b27 100644 --- a/example/dao/Cargo.toml +++ b/example/dao/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dao-example" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" diff --git a/example/dao2/Cargo.toml b/example/dao2/Cargo.toml index af471f16f..78a34c885 100644 --- a/example/dao2/Cargo.toml +++ b/example/dao2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dao" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/example/dao2/contract/dao/Cargo.toml b/example/dao2/contract/dao/Cargo.toml index 80865c0b8..8a751ffd1 100644 --- a/example/dao2/contract/dao/Cargo.toml +++ b/example/dao2/contract/dao/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dao-contract" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/example/dao2/contract/money/Cargo.toml b/example/dao2/contract/money/Cargo.toml index 660b3bf82..bd51f1835 100644 --- a/example/dao2/contract/money/Cargo.toml +++ b/example/dao2/contract/money/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "money-contract" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/example/dchat/Cargo.toml b/example/dchat/Cargo.toml index ca345c018..c59d8e4ef 100644 --- a/example/dchat/Cargo.toml +++ b/example/dchat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dchat" -version = "0.1.0" +version = "0.4.0" homepage = "https://dark.fi" description = "Demo chat app used to document DarkFi networking code" authors = ["Dyne.org foundation "] diff --git a/example/p2pdebug/Cargo.toml b/example/p2pdebug/Cargo.toml index b67a3f347..0c25fdde4 100644 --- a/example/p2pdebug/Cargo.toml +++ b/example/p2pdebug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "p2pdebug" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" authors = ["Dyne.org foundation "] repository = "https://github.com/darkrenaissance/darkfi" diff --git a/script/research/dhtd/Cargo.toml b/script/research/dhtd/Cargo.toml index a308c5c3f..e2d85f1c1 100644 --- a/script/research/dhtd/Cargo.toml +++ b/script/research/dhtd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dhtd" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/script/research/last_man_standing/Cargo.toml b/script/research/last_man_standing/Cargo.toml index b4af08f86..36a4569bf 100644 --- a/script/research/last_man_standing/Cargo.toml +++ b/script/research/last_man_standing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "last_man_standing" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/script/research/nodes-tool/Cargo.toml b/script/research/nodes-tool/Cargo.toml index b16ce12ac..b9f1450f7 100644 --- a/script/research/nodes-tool/Cargo.toml +++ b/script/research/nodes-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodes-tool" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/script/research/raft-diag/Cargo.toml b/script/research/raft-diag/Cargo.toml index f1eb830fd..3fbdb8d39 100644 --- a/script/research/raft-diag/Cargo.toml +++ b/script/research/raft-diag/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raft-diag" -version = "0.1.0" +version = "0.4.0" authors = ["Dyne.org foundation "] edition = "2021" diff --git a/script/research/rln/Cargo.toml b/script/research/rln/Cargo.toml index c84c8e4f8..0677dfc86 100644 --- a/script/research/rln/Cargo.toml +++ b/script/research/rln/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rln" -version = "0.1.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/script/research/sss/Cargo.toml b/script/research/sss/Cargo.toml index cf1d50bdc..d8a19b4f3 100644 --- a/script/research/sss/Cargo.toml +++ b/script/research/sss/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sss" -version = "0.1.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/script/research/x3dh/Cargo.toml b/script/research/x3dh/Cargo.toml index af2e14ca2..58adde633 100644 --- a/script/research/x3dh/Cargo.toml +++ b/script/research/x3dh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x3dh" -version = "0.1.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/src/contract/dao/Cargo.toml b/src/contract/dao/Cargo.toml index a20d7c0f3..ecb08a346 100644 --- a/src/contract/dao/Cargo.toml +++ b/src/contract/dao/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi-dao-contract" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/src/contract/money/Cargo.toml b/src/contract/money/Cargo.toml index 42f14fe2d..0a5582344 100644 --- a/src/contract/money/Cargo.toml +++ b/src/contract/money/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi-money-contract" -version = "0.3.0" +version = "0.4.0" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" edition = "2021" diff --git a/src/sdk/Cargo.toml b/src/sdk/Cargo.toml index 7b261ca66..24166810e 100644 --- a/src/sdk/Cargo.toml +++ b/src/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi-sdk" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "SDK used for developing smart contracts on DarkFi" authors = ["Dyne.org foundation "] diff --git a/src/serial/Cargo.toml b/src/serial/Cargo.toml index 52019fe2e..43f0240c1 100644 --- a/src/serial/Cargo.toml +++ b/src/serial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi-serial" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "DarkFi serialization library" authors = ["Dyne.org foundation "] @@ -9,7 +9,7 @@ license = "AGPL-3.0-only" edition = "2021" [dependencies] -darkfi-derive = {version = "0.3.0", path = "./derive", optional = true} +darkfi-derive = {version = "0.4.0", path = "./derive", optional = true} futures-lite = {version = "1.12.0", optional = true} # Supported types for encoding diff --git a/src/serial/derive-internal/Cargo.toml b/src/serial/derive-internal/Cargo.toml index f965d5ab3..d9ed2a67e 100644 --- a/src/serial/derive-internal/Cargo.toml +++ b/src/serial/derive-internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi-derive-internal" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "Internal crate for serialization derive macros" authors = ["Dyne.org foundation "] diff --git a/src/serial/derive/Cargo.toml b/src/serial/derive/Cargo.toml index cafc79e2a..f0faefe53 100644 --- a/src/serial/derive/Cargo.toml +++ b/src/serial/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darkfi-derive" -version = "0.3.0" +version = "0.4.0" homepage = "https://dark.fi" description = "Crate for serialization derive macros" authors = ["Dyne.org foundation "] @@ -16,4 +16,4 @@ proc-macro-crate = "1.3.0" proc-macro2 = "1.0.50" syn = {version = "1.0.107", features = ["full", "fold"]} -darkfi-derive-internal = {version = "0.3.0", path = "../derive-internal"} +darkfi-derive-internal = {version = "0.4.0", path = "../derive-internal"}