aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-12-12 21:00:33 +0100
committerAndreas Grois <andi@grois.info>2021-12-12 21:00:33 +0100
commit0df7b552edefd1d9be999443efdf29d6aabe3c9d (patch)
tree3f1583eb08ad98b39c4147f338c072a10022c2ad /Cargo.toml
parente5cfe517d5090c9a2860317e8342806ee56202f2 (diff)
Increment version to 0.1.1 to allow re-publish.v0.1.1
Only documentation was changed.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 292a0f7..f653e12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "boxed_array_ringbuffer"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
authors = ["Andreas Grois"]
rust-version = "1.56"