Skip to content

Commit

Permalink
bumped to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wainwrightmark committed Nov 9, 2023
1 parent f74b878 commit 03f1350
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 = "geometrid"
version = "0.5.0"
version = "0.6.0"
authors = ["Mark Wainwright <wainwrightml@gmail.com>"]
description = "Everything you would ever need to work with constant sized square grids"
documentation = "https://docs.rs/geometrid"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![doc(html_root_url = "https://docs.rs/geometrid/0.5.0")]
#![doc(html_root_url = "https://docs.rs/geometrid/0.6.0")]
// #![deny(missing_docs)]
#![allow(warnings, dead_code, unused_imports, unused_mut)]
#![warn(clippy::pedantic)]
Expand Down

0 comments on commit 03f1350

Please sign in to comment.