summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-10-07 19:08:07 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-10-07 19:08:07 -0300
commitec276d652c4296a8de3790ea0dc8043e4547841c (patch)
tree32607f27eef56be8e27490dfdfb4f19b48397149 /Cargo.toml
parent7ea4b3f2c070591f6a7c3129da17c428f46f0a7e (diff)
Port to Rust 1.65.0
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 c3746ab..c4f45ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "selfref"
-version = "0.2.1"
+version = "0.2.2"
 authors = ["SoniEx2 <endermoneymod@gmail.com>"]
 edition = "2021"
 description = "Pain-free self-referential pinned types"