Skip to content

Commit c7a7eb3

Browse files
authored
Merge pull request #3753 from autonomys/dep_upgrade_yamux
2 parents b412ccb + 74c53f0 commit c7a7eb3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/subspace-bootstrap-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subspace-bootstrap-node"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = [
55
"Nazar Mokrynskyi <nazar@mokrynskyi.com>",
66
"Shamil Gadelshin <shamilgadelshin@gmail.com>"

crates/subspace-farmer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "subspace-farmer"
33
description = "Farmer for the Subspace Network Blockchain"
44
license = "0BSD"
5-
version = "0.1.6"
5+
version = "0.1.7"
66
authors = ["Nazar Mokrynskyi <nazar@mokrynskyi.com>"]
77
edition.workspace = true
88
include = [

crates/subspace-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subspace-gateway"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = [
55
"Teor <teor@riseup.net>",
66
"Shamil Gadelshin <shamilgadelshin@gmail.com>"

crates/subspace-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subspace-node"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Subspace Labs <https://subspace.network>"]
55
description = "A Subspace Network Blockchain node."
66
edition.workspace = true

0 commit comments

Comments
 (0)