Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From qsu-0.0.6 To qsu-0.0.7
2023-12-12
| ||
05:22 | Use apperr crate instead of using an in-tree implementation of AppErr. check-in: 49f2ff9578 user: jan tags: trunk | |
2023-12-11
| ||
11:35 | Release maintenance. check-in: a01d88982c user: jan tags: qsu-0.0.7, trunk | |
2023-12-09
| ||
11:38 | Update dependencies. Release maintenance. check-in: 13c503aedd user: jan tags: trunk | |
2023-11-19
| ||
01:12 | Rocket 0.5. check-in: 008bea9424 user: jan tags: trunk | |
2023-11-10
| ||
16:16 | Release maintenance. check-in: 8e11b8938e user: jan tags: qsu-0.0.6, trunk | |
16:15 | Change log. check-in: c53f83f699 user: jan tags: trunk | |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | [package] name = "qsu" |
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - + - + - + - + - + - + - + | rt = [] tokio = ["rt", "tokio/macros", "tokio/rt-multi-thread", "tokio/signal"] wait-for-debugger = ["dep:dbgtools-win"] [dependencies] async-trait = { version = "0.1.74" } chrono = { version = "0.4.24" } |
︙ |
Changes to www/changelog.md.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + + + + + + + + | # Change log ## [Unreleased] ### Added ### Changed ### Removed --- ## [0.0.7] - 2023-12-09 ### Changed - Use [rocket 0.5.0](https://rocket.rs/v0.5/news/2023-11-17-version-0.5/) for Rocket server application runtime types - Updated dependencies. --- ## [0.0.6] - 2023-11-10 ### Changed - Bugfix: Attempted to use rocket without rocket feature. |
︙ |