diff --git a/Cargo.lock b/Cargo.lock index 39d87e5..29b6227 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "breezyshim" -version = "0.1.131" +version = "0.1.132" dependencies = [ "chrono", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 7c34a75..2b05eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "breezyshim" -version = "0.1.131" +version = "0.1.132" edition = "2021" license = "GPL-2.0+" description = "Rust shim around the Breezy Python API"