Skip to content

Commit

Permalink
chore(cargo): pin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee-Bot authored May 10, 2023
1 parent f86c95c commit c38dee9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ panic = "abort"
panic = "abort"

[dependencies]
byteorder = "^1.4"
byteorder = "~1.4.3"

[dev-dependencies]
pretty_assertions = "^1.1.0"
# Pretty Assertions should not be over 1.3.0 as its MSRV is 1.54.0.
# Yes, It's pretty old. But this libary follows byteorder's MSRV only. (Rust 1.14.1 - Released on Feb 27, 2020)
pretty_assertions = "~1.2.1"

0 comments on commit c38dee9

Please sign in to comment.