Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAreAllTheseTaken committed Jan 25, 2024
1 parent 5714b12 commit 19d0291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "static-array"
version = "0.4.0"
version = "0.5.0"
authors = [
"Tomas O'Shea <48136416+Tomaso2468@users.noreply.github.com>"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Static Array
A no-std rust crate providing a heap-allocated non-resizable type-checked array.

The documentation is available at <https://docs.rs/static-array/0.4.0>.
The documentation is available at <https://docs.rs/static-array/0.5.0>.

The following types are provided:
- `HeapArray` - A one dimensional heap-allocated array.
Expand Down

0 comments on commit 19d0291

Please sign in to comment.