diff --git a/Cargo.lock b/Cargo.lock index f7f15cd..b3dd187 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "freedesktop-icons" -version = "0.2.4" +version = "0.2.6" dependencies = [ "anyhow", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 6da4d46..4f2eeb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freedesktop-icons" -version = "0.2.5" +version = "0.2.6" edition = "2021" license = "MIT" @@ -25,4 +25,4 @@ criterion = "0.3.5" [[bench]] name = "simple_lookup" -harness = false \ No newline at end of file +harness = false