aboutsummaryrefslogtreecommitdiff
path: root/rtic-sync/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-06-14 20:07:21 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-06-14 20:16:06 +0200
commitdb18c00c00deb146478de1b0f94f8181300c47ce (patch)
tree5e2c22f4aae76eb9ecf296cb51624d44150e407c /rtic-sync/Cargo.toml
parent599793829377a64603e93a1136360f17d3bade93 (diff)
rtic-sync: Fix possible UB in make_channel!
Diffstat (limited to 'rtic-sync/Cargo.toml')
-rw-r--r--rtic-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index ccb6cab..f01cfbe 100644
--- a/rtic-sync/Cargo.toml
+++ b/rtic-sync/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-sync"
-version = "1.0.0"
+version = "1.0.1"
edition = "2021"
authors = [