diff --git a/Cargo.lock b/Cargo.lock index d0a62be..eb222d8 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ checksum = "807800ff3288b621186fe0a8f3392c4652068257302709c24efd918c3dffcdc2" [[package]] name = "depot" -version = "0.17.1" +version = "0.18.0" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 0431cdb..d456351 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "depot" -version = "0.17.1" +version = "0.18.0" edition = "2024" [lints.rust] diff --git a/meson.build b/meson.build index 4c54006..dc033ae 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'depot', - version: '0.17.1', + version: '0.18.0', meson_version: '>=0.60.0', default_options: ['buildtype=release'], )