Skip to content

Commit

Permalink
Pin byteorder version to 1.4.3
Browse files Browse the repository at this point in the history
Same reason as with 'log', to avoid increasing MSRV when only tests
depend on this.
  • Loading branch information
iamnotacake committed Oct 20, 2023
1 parent ef63549 commit 8f00ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wrappers/themis/rust/Cargo.toml
Expand Up @@ -30,10 +30,10 @@ zeroize = "1"

[dev-dependencies]
base64 = "0.10.0"
byteorder = "1.2.7"
# Freeze `log` and `byteorder` so that tests still build/run with Rust 1.58.
# FIXME: remove/update strict version requirement after we bump minimum required Rust version
byteorder = "=1.4.3"
clap = "2.32"
lazy_static = "1.2.0"
# Freeze `log` so that tests still build/run with Rust 1.58.
# FIXME: remove/update strict version requirement after we bump minimum required Rust version
log = "=0.4.17"
env_logger = "0.6.0"

0 comments on commit 8f00ab8

Please sign in to comment.