Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fix lopdf dependency (#1482)
Browse files Browse the repository at this point in the history
lopdf 0.28.0 was yanked, because of a [critical bug](J-F-Liu/lopdf#180)

Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1482
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
  • Loading branch information
crapStone and crapStone committed Jul 31, 2022
1 parent 30ab13b commit 5b75e75
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion crates/load_save/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ error-ser = { path = "../error-ser" }
handlebars = { version = "4.3.3", optional = true }
lazy_static = "1.4.0"
log = "0.4.17"
lopdf = { version = "0.28.0", optional = true }
lopdf = { version = "0.27.0", optional = true }
quick-xml = { version = "0.23.0", features = ["serialize"], optional = true }
regex = { version = "1.6.0", optional = true }
serde = { version = "1.0.140", features = ["derive"] }
Expand Down
8 changes: 5 additions & 3 deletions frontend/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 21 additions & 7 deletions webserver/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b75e75

Please sign in to comment.