summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-06-17 12:53:26 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-06-17 12:53:26 -0300
commit2f501cd8b909ccf8249b30dedbb15e74012617ca (patch)
tree8ce1c2ed807a4f93ab59c9e45c4443075cd06517 /Cargo.toml
parent21a52ac06f851aceb76bcfc6d1475514e3227b49 (diff)
Allow unwrapping the raw pointer
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 8927c06..527af5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "ltptr"
-version = "0.1.1"
+version = "0.1.2"
 edition = "2021"
 license = "CC0-1.0"
 description = "Checked raw pointers."