diff --git a/Cargo.lock b/Cargo.lock index 387177f..bc51a00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" [[package]] name = "fast-list" -version = "0.1.6" +version = "0.1.7" dependencies = [ "criterion", "crossbeam", diff --git a/Cargo.toml b/Cargo.toml index 4e070b9..6b0c65d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/fast-list" readme = "README.md" homepage = "https://github.com/henke443/fast-list" repository = "https://github.com/henke443/fast-list" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "Apache-2.0" categories = ["data-structures", "database"]