Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza committed Dec 3, 2024
1 parent 4784848 commit 30b707c
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 37 deletions.
31 changes: 10 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let
# Pname defines the name of the package and will decide the output of this expression
pname = "floresta-node";
version = "0.6.0";
version = "0.7.0";

# This sets the rustc and cargo to the ones from the florestaRust.
#
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-chain"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
description = """
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-cli"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-common"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Common types and functions for Floresta"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-compact-filters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-compact-filters"
version = "0.2.0"
version = "0.3.0"
authors = ["Davidson Sousa <davidson.lucas.souza@outlook.com>"]
edition = "2018"
homepage = "https://github.com/davidson-souza/floresta"
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-electrum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-electrum"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
description = """
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-watch-only/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-watch-only"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "A simple, lightweight and Electrum-First, watch-only wallet"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-wire/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta-wire"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
description = """
Expand Down
14 changes: 7 additions & 7 deletions crates/floresta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "floresta"
version = "0.2.0"
version = "0.3.0"
authors = ["Davidson Souza <davidson.lucas.souza@outlook.com>"]
edition = "2021"
description = """
Expand All @@ -23,11 +23,11 @@ keywords = ["bitcoin", "utreexo", "node", "blockchain", "rust"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
floresta-common = { path = "../floresta-common", version = "0.2.0" }
floresta-chain = { path = "../floresta-chain", version = "0.2.0" }
floresta-wire = { path = "../floresta-wire", version = "0.2.0" }
floresta-watch-only = { path = "../floresta-watch-only", optional = true, version = "0.2.0" }
floresta-electrum = { path = "../floresta-electrum", optional = true, version = "0.2.0" }
floresta-common = { path = "../floresta-common", version = "0.3.0" }
floresta-chain = { path = "../floresta-chain", version = "0.3.0" }
floresta-wire = { path = "../floresta-wire", version = "0.3.0" }
floresta-watch-only = { path = "../floresta-watch-only", optional = true, version = "0.3.0" }
floresta-electrum = { path = "../floresta-electrum", optional = true, version = "0.3.0" }

[dev-dependencies]
rustreexo = "0.3.0"
Expand All @@ -38,7 +38,7 @@ bitcoin = { version = "0.32", features = [
"bitcoinconsensus",
], default-features=false }

floresta = { version = "0.2.0", path = "../floresta", features = [
floresta = { version = "0.3.0", path = "../floresta", features = [
"bitcoinconsensus",
"memory-database",
"electrum-server",
Expand Down
2 changes: 1 addition & 1 deletion florestad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "florestad"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 30b707c

Please sign in to comment.