Skip to content

Commit

Permalink
Revert "chore(deps): bump raptorq from 1.8.1 to 2.0.0 in /rust (#2372)…
Browse files Browse the repository at this point in the history
…" (#2426)

This reverts commit d31f553.
  • Loading branch information
valentunn authored Dec 11, 2024
1 parent 3e418c2 commit cfbce9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/qr_reader_phone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
hex = "0.4.3"
raptorq = "2.0.0"
raptorq = "1.8.1"
nom = "7.1.3"
thiserror = "1.0.57"
constants = {path = "../constants"}
Expand Down
2 changes: 1 addition & 1 deletion rust/qrcode_rtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
bitvec = "1.0.1"
hex = "0.4.3"
raptorq = "2.0.0"
raptorq = "1.8.1"
qrcodegen = "1.8.0"
png = "0.17.13"

Expand Down

0 comments on commit cfbce9b

Please sign in to comment.