File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " koshelf"
3- version = " 1.0.1"
4- edition = " 2021"
3+ version = " 1.0.2"
4+ description = " Transform your KOReader library into a beautiful reading dashboard with statistics."
5+ repository = " https://github.com/paviro/KOShelf"
6+ license = " EUPL-1.2 license"
7+ authors = [" Paul-Vincent Roll" ]
8+ edition = " 2024"
59build = " build.rs"
610
711[dependencies ]
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ impl SiteGenerator {
279279 } ;
280280
281281 // Calculate session statistics if we have book stats
282- let session_stats = if let ( Some ( stats) , Some ( ref book_stat) ) = ( stats_data, & book_stats) {
282+ let session_stats = if let ( Some ( stats) , Some ( book_stat) ) = ( stats_data, & book_stats) {
283283 Some ( book_stat. calculate_session_stats ( & stats. page_stats ) )
284284 } else {
285285 None
You can’t perform that action at this time.
0 commit comments