File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 fail-fast : false
2323 matrix :
2424 os : [macos-latest, ubuntu-latest, windows-latest]
25- rust : [stable, 1.82 .0]
25+ rust : [stable, 1.85 .0]
2626 steps :
2727 - uses : actions/checkout@v2
2828 - uses : dtolnay/rust-toolchain@master
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ keywords = ["epub", "ebook"]
99license = " GPL-3.0"
1010name = " epub"
1111repository = " https://github.com/danigm/epub-rs.git"
12- version = " 2.1.4 "
13- edition = " 2021 "
12+ version = " 2.1.5 "
13+ edition = " 2024 "
1414
1515[dependencies ]
16- xml-rs = " 0.8.26 "
17- percent-encoding = " 2.3.1 "
18- thiserror = " 2.0.12 "
16+ xml-rs = " 1.0.0 "
17+ percent-encoding = " 2.3.2 "
18+ thiserror = " 2.0.17 "
1919
2020[features ]
2121mock = []
@@ -28,7 +28,7 @@ features = [
2828]
2929
3030[dependencies .regex ]
31- version = " 1.11.1 "
31+ version = " 1.12.2 "
3232default-features = false
3333# regex currently requires the standard library, you must re-enable it.
3434features = [
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ epub = "1.2.2"
1616
1717## MSRV
1818
19- The minimum supported Rust version is 1.42 .0.
19+ The minimum supported Rust version is 1.85 .0.
You can’t perform that action at this time.
0 commit comments