Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elshize committed Mar 7, 2022
1 parent 01d6af5 commit fdeeb88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ciff"
version = "0.2.0" # remember to update html_root_url
authors = ["Michal Siedlaczek <[email protected]>"]
version = "0.2.1" # remember to update html_root_url
authors = ["Michal Siedlaczek <[email protected]>", "Joel Mackenzie <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/pisa-engine/ciff"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fdeeb88

Please sign in to comment.