Skip to content

Commit f0df927

Browse files
committed
Bump versions to 0.0.13 across the board
We also skip having different versions for different subcrates, since that is confusing.
1 parent aead20b commit f0df927

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

background-processor/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "lightning-background-processor"
3-
version = "0.0.1"
3+
version = "0.0.13"
44
authors = ["Valentine Wallace <[email protected]>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
1010
bitcoin = "0.26"
11-
lightning = { version = "0.0.12", path = "../lightning", features = ["allow_wallclock_use"] }
12-
lightning-persister = { version = "0.0.1", path = "../lightning-persister" }
11+
lightning = { version = "0.0.13", path = "../lightning", features = ["allow_wallclock_use"] }
12+
lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
1313

1414
[dev-dependencies]
15-
lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }
15+
lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }

lightning-block-sync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-block-sync"
3-
version = "0.0.1"
3+
version = "0.0.13"
44
authors = ["Jeffrey Czyz", "Matt Corallo"]
55
license = "Apache-2.0"
66
edition = "2018"
@@ -14,7 +14,7 @@ rpc-client = [ "serde", "serde_json", "chunked_transfer" ]
1414

1515
[dependencies]
1616
bitcoin = "0.26"
17-
lightning = { version = "0.0.12", path = "../lightning" }
17+
lightning = { version = "0.0.13", path = "../lightning" }
1818
tokio = { version = "1.0", features = [ "io-util", "net" ], optional = true }
1919
serde = { version = "1.0", features = ["derive"], optional = true }
2020
serde_json = { version = "1.0", optional = true }

lightning-net-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-net-tokio"
3-
version = "0.0.5"
3+
version = "0.0.13"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
edition = "2018"
@@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
1111

1212
[dependencies]
1313
bitcoin = "0.26"
14-
lightning = { version = "0.0.12", path = "../lightning" }
14+
lightning = { version = "0.0.13", path = "../lightning" }
1515
tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
1616

1717
[dev-dependencies]

lightning-persister/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-persister"
3-
version = "0.0.1"
3+
version = "0.0.13"
44
authors = ["Valentine Wallace", "Matt Corallo"]
55
license = "Apache-2.0"
66
description = """
@@ -9,7 +9,7 @@ Utilities to manage channel data persistence and retrieval.
99

1010
[dependencies]
1111
bitcoin = "0.26"
12-
lightning = { version = "0.0.12", path = "../lightning" }
12+
lightning = { version = "0.0.13", path = "../lightning" }
1313
libc = "0.2"
1414

1515
[target.'cfg(windows)'.dependencies]
@@ -20,4 +20,4 @@ version = "0.26"
2020
features = ["bitcoinconsensus"]
2121

2222
[dev-dependencies]
23-
lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }
23+
lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
repository = "https://github.com/rust-bitcoin/rust-lightning/"

0 commit comments

Comments
 (0)