Skip to content

Commit 6b1c219

Browse files
committed
New version 2.1.5 and bump dependencies
1 parent 5a27525 commit 6b1c219

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ keywords = ["epub", "ebook"]
99
license = "GPL-3.0"
1010
name = "epub"
1111
repository = "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]
2121
mock = []
@@ -28,7 +28,7 @@ features = [
2828
]
2929

3030
[dependencies.regex]
31-
version = "1.11.1"
31+
version = "1.12.2"
3232
default-features = false
3333
# regex currently requires the standard library, you must re-enable it.
3434
features = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)