From 2c4693ca231daabf8a9fd1116951880cfdf9a89b Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 12 Dec 2021 17:01:44 +0100 Subject: [PATCH] atomptr: bump version --- development/libs/atomptr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/libs/atomptr/Cargo.toml b/development/libs/atomptr/Cargo.toml index 80f38a9eb60..5f6ea71fe8d 100644 --- a/development/libs/atomptr/Cargo.toml +++ b/development/libs/atomptr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "atomptr" description = "A safe, dependency-less abstraction for typed atomic smart pointers" -version = "1.0.2" +version = "1.1.0" authors = ["Mx Kookie "] edition = "2018" license = "GPL-3.0-or-later"