File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ version = "0.8"
2828
2929[workspace .dependencies .statum ]
3030path = " statum"
31- version = " 0.8.7 "
31+ version = " 0.8.8 "
3232
3333[workspace .dependencies .statum-core ]
3434path = " statum-core"
35- version = " 0.8.7 "
35+ version = " 0.8.8 "
3636
3737[workspace .dependencies .statum-macros ]
3838path = " statum-macros"
39- version = " 0.8.7 "
39+ version = " 0.8.8 "
4040
4141[workspace .metadata .scripts ]
4242publish = " cargo script scripts/publish.rs"
@@ -49,4 +49,4 @@ authors = ["Eran Boodnero <eran@eran.codes>"]
4949license = " MIT"
5050repository = " https://github.com/eboody/statum"
5151rust-version = " 1.93"
52- version = " 0.8.7 "
52+ version = " 0.8.8 "
Original file line number Diff line number Diff 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
4040For 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2525Statum targets stable Rust and currently supports Rust ` 1.93+ ` .
You can’t perform that action at this time.
0 commit comments