diff --git a/bin/ircd/Cargo.toml b/bin/ircd/Cargo.toml index e8ada3f56..6d4b5caf3 100644 --- a/bin/ircd/Cargo.toml +++ b/bin/ircd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ircd" -version = "0.1.0" +version = "0.3.0" homepage = "https://dark.fi" description = "P2P IRC daemon" authors = ["darkfi "] diff --git a/example/smart-contract/Cargo.toml b/example/smart-contract/Cargo.toml index 47509673f..bb1d040a5 100644 --- a/example/smart-contract/Cargo.toml +++ b/example/smart-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-contract" -version = "0.1.0" +version = "0.3.0" edition = "2021" [workspace] diff --git a/script/research/consensusd/Cargo.toml b/script/research/consensusd/Cargo.toml index 3af43a59a..000a4f803 100644 --- a/script/research/consensusd/Cargo.toml +++ b/script/research/consensusd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "consensusd" -version = "0.1.0" +version = "0.3.0" edition = "2021" [dependencies.darkfi] diff --git a/script/research/crypsinous/zk/plonk-by-hand/Cargo.toml b/script/research/crypsinous/zk/plonk-by-hand/Cargo.toml index 4e568c3db..3b783fd9c 100644 --- a/script/research/crypsinous/zk/plonk-by-hand/Cargo.toml +++ b/script/research/crypsinous/zk/plonk-by-hand/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plonkbyhand" -version = "0.1.0" +version = "0.3.0" edition = "2021" diff --git a/script/research/nodes-tool/Cargo.toml b/script/research/nodes-tool/Cargo.toml index b39a9646d..b8263d5b5 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.1.0" +version = "0.3.0" edition = "2021" [dependencies.darkfi] diff --git a/script/research/pasta/Cargo.toml b/script/research/pasta/Cargo.toml index c7746d349..7b71b00f4 100644 --- a/script/research/pasta/Cargo.toml +++ b/script/research/pasta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pasta" -version = "0.1.0" +version = "0.3.0" authors = ["narodnik "] edition = "2018" diff --git a/script/research/streamlet_rust/Cargo.toml b/script/research/streamlet_rust/Cargo.toml index d1f70fcd2..f99ab7a9d 100644 --- a/script/research/streamlet_rust/Cargo.toml +++ b/script/research/streamlet_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "streamlet_rust" -version = "0.1.0" +version = "0.3.0" edition = "2021" [dependencies.darkfi] diff --git a/script/research/validatord/Cargo.toml b/script/research/validatord/Cargo.toml index ab2ea4e3b..c732ffbc9 100644 --- a/script/research/validatord/Cargo.toml +++ b/script/research/validatord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validatord" -version = "0.1.0" +version = "0.3.0" edition = "2021" [dependencies.darkfi]