diff --git a/Cargo.lock b/Cargo.lock index 40d6d93..df84327 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -840,7 +840,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "historyprovider" -version = "2.9.2" +version = "2.10.0" dependencies = [ "async-broadcast", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index 440a022..7d63cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,15 @@ name = "historyprovider" description = "historyprovider-rs" license = "MIT" repository = "https://github.com/silicon-heaven/historyprovider-rs" -version = "2.9.2" +version = "2.10.0" edition = "2024" +[profile.release] +panic = 'abort' + +[profile.dev] +panic = 'abort' + [[bin]] name = "hp"