Skip to content

Commit a3fde41

Browse files
committedNov 12, 2024·
bump versions
1 parent 17c1880 commit a3fde41

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ panic = "abort"
1414

1515
[workspace.dependencies]
1616
# workspace member deps
17-
sbd-bench = { version = "0.0.7-alpha", path = "rust/sbd-bench" }
18-
sbd-client = { version = "0.0.7-alpha", path = "rust/sbd-client" }
19-
sbd-e2e-crypto-client = { version = "0.0.7-alpha", path = "rust/sbd-e2e-crypto-client" }
20-
sbd-o-bahn-client-tester = { version = "0.0.7-alpha", path = "rust/sbd-o-bahn-client-tester" }
21-
sbd-o-bahn-server-tester = { version = "0.0.7-alpha", path = "rust/sbd-o-bahn-server-tester" }
22-
sbd-server = { version = "0.0.7-alpha", path = "rust/sbd-server" }
17+
sbd-bench = { version = "0.0.8-alpha", path = "rust/sbd-bench" }
18+
sbd-client = { version = "0.0.8-alpha", path = "rust/sbd-client" }
19+
sbd-e2e-crypto-client = { version = "0.0.8-alpha", path = "rust/sbd-e2e-crypto-client" }
20+
sbd-o-bahn-client-tester = { version = "0.0.8-alpha", path = "rust/sbd-o-bahn-client-tester" }
21+
sbd-o-bahn-server-tester = { version = "0.0.8-alpha", path = "rust/sbd-o-bahn-server-tester" }
22+
sbd-server = { version = "0.0.8-alpha", path = "rust/sbd-server" }
2323
# crate deps
2424
anstyle = "1.0.6"
2525
base64 = "0.22.0"

‎rust/sbd-bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbd-bench"
3-
version = "0.0.7-alpha"
3+
version = "0.0.8-alpha"
44
edition = "2021"
55

66
[dependencies]

‎rust/sbd-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbd-client"
3-
version = "0.0.7-alpha"
3+
version = "0.0.8-alpha"
44
description = "simple websocket-based message relay client"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/holochain/sbd"

‎rust/sbd-e2e-crypto-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/sbd-e2e-crypto-client"
77
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
88
keywords = ["holochain", "holo", "p2p", "networking"]
99
categories = ["network-programming"]
10-
version = "0.0.7-alpha"
10+
version = "0.0.8-alpha"
1111
edition = "2021"
1212

1313
[dependencies]

‎rust/sbd-o-bahn-client-tester/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbd-o-bahn-client-tester"
3-
version = "0.0.7-alpha"
3+
version = "0.0.8-alpha"
44
description = "simple websocket-based message relay client tester"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/holochain/sbd"

‎rust/sbd-o-bahn-server-tester/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbd-o-bahn-server-tester"
3-
version = "0.0.7-alpha"
3+
version = "0.0.8-alpha"
44
description = "simple websocket-based message relay server tester"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/holochain/sbd"

‎rust/sbd-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sbd-server"
3-
version = "0.0.7-alpha"
3+
version = "0.0.8-alpha"
44
description = "simple websocket-based message relay server"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/holochain/sbd"

0 commit comments

Comments
 (0)
Please sign in to comment.