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 15, 2024
1 parent 4cf90b4 commit a8ae3fb
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.2.0"
version = "0.3.0"
authors = [
"Tomas O'Shea <[email protected]>"
]
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.2.0>.
The documentation is available at <https://docs.rs/static-array/0.3.0>.

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

0 comments on commit a8ae3fb

Please sign in to comment.