Skip to content

Commit 2a4264c

Browse files
committed
release(statum): prepare 0.8.8
1 parent 020b5b6 commit 2a4264c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ version = "0.8"
2828

2929
[workspace.dependencies.statum]
3030
path = "statum"
31-
version = "0.8.7"
31+
version = "0.8.8"
3232

3333
[workspace.dependencies.statum-core]
3434
path = "statum-core"
35-
version = "0.8.7"
35+
version = "0.8.8"
3636

3737
[workspace.dependencies.statum-macros]
3838
path = "statum-macros"
39-
version = "0.8.7"
39+
version = "0.8.8"
4040

4141
[workspace.metadata.scripts]
4242
publish = "cargo script scripts/publish.rs"
@@ -49,4 +49,4 @@ authors = ["Eran Boodnero <eran@eran.codes>"]
4949
license = "MIT"
5050
repository = "https://github.com/eboody/statum"
5151
rust-version = "1.93"
52-
version = "0.8.7"
52+
version = "0.8.8"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Statum targets stable Rust and currently supports Rust `1.93+`.
3434

3535
```toml
3636
[dependencies]
37-
statum = "0.8.7"
37+
statum = "0.8.8"
3838
```
3939

4040
For the strongest introspection guarantee, enable strict mode:
4141

4242
```toml
4343
[dependencies]
44-
statum = { version = "0.8.7", features = ["strict-introspection"] }
44+
statum = { version = "0.8.8", features = ["strict-introspection"] }
4545
```
4646

4747
## 60-Second Example

statum-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Public surface:
1515

1616
```toml
1717
[dependencies]
18-
statum-core = "0.8.7"
18+
statum-core = "0.8.8"
1919
```
2020

2121
## Example

statum-macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Most users should depend on `statum` instead of using this crate directly.
1515

1616
```toml
1717
[dependencies]
18-
statum-macros = "0.8.7"
18+
statum-macros = "0.8.8"
1919
```
2020

2121
## Notes

statum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This crate re-exports:
1919

2020
```toml
2121
[dependencies]
22-
statum = "0.8.7"
22+
statum = "0.8.8"
2323
```
2424

2525
Statum targets stable Rust and currently supports Rust `1.93+`.

0 commit comments

Comments
 (0)