From fdeeb885ade3b029dbf2fb96e62777fb3ff9ee44 Mon Sep 17 00:00:00 2001 From: Michal Siedlaczek Date: Sun, 6 Mar 2022 20:44:48 -0500 Subject: [PATCH] Bump to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f7dff2..98b9620 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ciff" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index a0a10ec..4e4349b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ciff" -version = "0.2.0" # remember to update html_root_url -authors = ["Michal Siedlaczek "] +version = "0.2.1" # remember to update html_root_url +authors = ["Michal Siedlaczek ", "Joel Mackenzie "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/pisa-engine/ciff" diff --git a/src/lib.rs b/src/lib.rs index 7e0e7cb..ff29e43 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! For more information about PISA's internal storage formats, see the //! [documentation](https://pisa.readthedocs.io/en/latest/index.html). -#![doc(html_root_url = "https://docs.rs/ciff/0.2.0")] +#![doc(html_root_url = "https://docs.rs/ciff/0.2.1")] #![warn( missing_docs, trivial_casts,