File tree Expand file tree Collapse file tree
hotpath-backend/html_src/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ members = [
2020resolver = " 2"
2121
2222[workspace .dependencies ]
23- hotpath-macros = { path = " ./crates/hotpath-macros" , version = " 0.13 .0" }
24- hotpath = { path = " ./crates/hotpath" , version = " 0.13 .0" }
25- hotpath-meta = { path = " ./crates/hotpath-meta" , version = " 0.13 .0" }
26- hotpath-macros-meta = { path = " ./crates/hotpath-macros-meta" , version = " 0.13 .0" }
23+ hotpath-macros = { path = " ./crates/hotpath-macros" , version = " 0.14 .0" }
24+ hotpath = { path = " ./crates/hotpath" , version = " 0.14 .0" }
25+ hotpath-meta = { path = " ./crates/hotpath-meta" , version = " 0.14 .0" }
26+ hotpath-macros-meta = { path = " ./crates/hotpath-macros-meta" , version = " 0.14 .0" }
2727proc-macro2 = " 1.0"
2828quote = " 1.0"
2929syn = { version = " 2.0" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Add to your `Cargo.toml`:
4545
4646``` toml
4747[dependencies ]
48- hotpath = " 0.13 "
48+ hotpath = " 0.14 "
4949
5050[features ]
5151hotpath = [" hotpath/hotpath" ]
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Add to your `Cargo.toml`:
104104
105105``` toml
106106[dependencies ]
107- hotpath = " 0.13 "
107+ hotpath = " 0.14 "
108108
109109[features ]
110110hotpath = [" hotpath/hotpath" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " hotpath-macros-meta"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44edition = " 2021"
55description = " Hotpath meta - a version of hotpath used to profile the profiler itself. Not intended for external use. Proc macros crate."
66repository = " https://github.com/pawurb/hotpath-rs"
Original file line number Diff line number Diff line change 11[package ]
22name = " hotpath-macros"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44edition = " 2021"
55repository = " https://github.com/pawurb/hotpath-rs"
66description = " Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks. Proc macros crate."
Original file line number Diff line number Diff line change 11[package ]
22name = " hotpath-meta"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44edition = " 2021"
55description = " Hotpath meta - a version of hotpath used to profile the profiler itself. Not intended for external use."
66repository = " https://github.com/pawurb/hotpath-rs"
Original file line number Diff line number Diff line change 11[package ]
22name = " hotpath"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44edition = " 2021"
55repository = " https://github.com/pawurb/hotpath-rs"
66description = " Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks."
You can’t perform that action at this time.
0 commit comments