Skip to content

Commit

Permalink
Be more specific about versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbears committed Nov 15, 2024
1 parent 22897b3 commit 13dd896
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ regex = "1"
libc = "0.*"
subprocess = "0.*"
flatbuffers = "23.*"
log = "*"
syslog = "*"
rand = "*"
shadow-rs = "*"
yaml-rust2 = "*"
hex = "*"
log = "0.*"
syslog = "7.*"
rand = "0.*"
shadow-rs = "0.*"
yaml-rust2 = "0.*"
hex = "0.*"
crossbeam-channel = "0.5"
zstd-safe = "*"
chrono = "*"
zstd-safe = "7.*"
chrono = "0.*"

[profile.release]
opt-level = 'z' # Optimize for size
Expand Down

0 comments on commit 13dd896

Please sign in to comment.