Skip to content

Commit 0112982

Browse files
committed
Bump version 1.0.5 -> 2.0.0
the major bump is because the binary format changed, the new version can read the old serialization format but if the old version program try to read a new serialization format it will error on version.
1 parent eb156f3 commit 0112982

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blocks_iterator_cli"
3-
version = "1.0.5"
3+
version = "2.0.0"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
edition = "2018"
66
description = "Iterates Bitcoin blocks"
@@ -19,7 +19,7 @@ categories = [
1919
consensus = ["blocks_iterator/consensus"]
2020

2121
[dependencies]
22-
blocks_iterator = { version = "1.0.4", path = "../lib", features = ["cli"]}
22+
blocks_iterator = { version = "2.0.0", path = "../lib", features = ["cli"] }
2323
bitcoin = { workspace = true, features = ["serde"] }
2424
clap = { workspace = true }
2525
env_logger = ">=0.10,<0.12"

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blocks_iterator"
3-
version = "1.0.5"
3+
version = "2.0.0"
44
authors = ["Riccardo Casatta <[email protected]>"]
55
edition = "2018"
66
description = "Iterates Bitcoin blocks"

0 commit comments

Comments
 (0)