Skip to content

Commit 03e06e1

Browse files
committed
Bump version
1 parent 87731b6 commit 03e06e1

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wireframe"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
description = "Simplify building servers and clients for custom binary protocols."
66
license = "ISC"

docs/users-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ through `SlowIoConfig`:
484484
Enable the feature in `Cargo.toml` when importing from the main crate:
485485

486486
```toml
487-
wireframe = { version = "0.2.0", features = ["testkit"] }
487+
wireframe = { version = "0.3.0", features = ["testkit"] }
488488
```
489489

490490
```rust,no_run

wireframe_testing/Cargo.lock

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

wireframe_testing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wireframe_testing"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
description = "Helper utilities for exercising Wireframe applications in tests"
66
license = "ISC"
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/wireframe_testing"
1212

1313
[dependencies]
1414
tokio = { version = "1", features = ["macros", "rt", "io-util", "net", "sync", "time"] }
15-
wireframe = { version = "0.2.0", path = "..", features = ["testkit"] }
15+
wireframe = { version = "0.3.0", path = "..", features = ["testkit"] }
1616
bincode = "^2.0"
1717
bytes = "^1.0"
1818
thiserror = "2.0.16"

0 commit comments

Comments
 (0)