Skip to content

Commit

Permalink
chore(deps): enable nightly features of some dependencies
Browse files Browse the repository at this point in the history
This might provide a slight performance benefit at no cost for us.
  • Loading branch information
AlexTMjugador committed Sep 28, 2023
1 parent ce7448a commit 7928630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/packsquash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ glsl-lang-pp = "0.5.1"
java-properties = { version = "2.0.0", optional = true }

tempfile = "3.8.0"
crc32fast = "1.3.2"
zopfli = { version = "0.8.0", default-features = false, features = ["std"] }
crc32fast = { version = "1.3.2", features = ["nightly"] }
zopfli = { version = "0.8.0", default-features = false, features = ["std", "nightly"] }

const-random = "0.1.15"
const_format = "0.2.31"
Expand Down

0 comments on commit 7928630

Please sign in to comment.