Skip to content

Commit

Permalink
use edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Jun 7, 2023
1 parent 080ca11 commit 8b70247
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Pascal Seitz <[email protected]>", "Arthur Silva <[email protected]>", "ticki <[email protected]>"]
description = "Fastest LZ4 implementation in Rust, no unsafe by default."
edition = "2018"
edition = "2021"
keywords = ["compression", "lz4", "compress", "decompression", "decompress"]
name = "lz4_flex"
homepage = "https://github.com/pseitz/lz4_flex"
Expand Down Expand Up @@ -55,14 +55,12 @@ twox-hash = { version = "1.6.3", default-features = false, optional = true }

[profile.bench]
codegen-units = 1
debug = false
lto = true
debug = true
opt-level = 3

[profile.release]
codegen-units = 1
#debug = true
lto = true
opt-level = 3
panic = "unwind"

Expand Down

0 comments on commit 8b70247

Please sign in to comment.