Skip to content

Commit c2031c7

Browse files
committed
Update edition to 2024 and add rust-version=1.87.0
1 parent 6138c9b commit c2031c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ repository = "https://github.com/karip/audio-codec-algorithms"
66
license = "0BSD OR Apache-2.0"
77
keywords = ["audio", "A-law", "u-law", "ADPCM"]
88
categories = ["multimedia::audio", "multimedia::encoding", "no-std", "no-std::no-alloc"]
9-
edition = "2021"
9+
edition = "2024"
10+
rust-version = "1.87.0"
1011

1112
[dependencies]
12-
no-panic = { version = "0.1", optional = true }
13+
no-panic = { version = "0.1.36", optional = true }
1314

1415
[features]
1516
internal-no-panic = ["dep:no-panic"] # no-panic check is only for testing

0 commit comments

Comments
 (0)