Skip to content

Commit

Permalink
Bumped the version number just to adjust liinks
Browse files Browse the repository at this point in the history
  • Loading branch information
facorread committed Feb 15, 2020
1 parent 92d3fb8 commit 2af0cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrapping_coords2d"
version = "0.1.0" # remember to update html_root_url
version = "0.1.1" # remember to update html_root_url
authors = ["Fabio A. Correa Duran <facorread@gmail.com>"]
categories = ["caching", "memory-management"]
description = "Translate between 1D indices and 2D coordinates with wrapping"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
*/

#![doc(html_root_url = "https://docs.rs/wrapping_coords2d/0.1.0")]
#![doc(html_root_url = "https://docs.rs/wrapping_coords2d/0.1.1")]

//! Translate between 1D indices and 2D coordinates with wrapping.
//! Use WrappingCoords2d to store data from a 2D grid into a 1D container such as `std::vec::Vec`.
Expand Down

0 comments on commit 2af0cc5

Please sign in to comment.