Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrimmel committed Jul 9, 2023
1 parent c5f8459 commit 3922caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "emballoc"
description = "Simple but reliable memory allocator for embedded Rust and #![no_std]"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
categories = ["memory-management", "no-std", "embedded", "algorithms"]
keywords = ["allocator", "embedded", "no-std", "no_std"]
Expand Down

0 comments on commit 3922caa

Please sign in to comment.