diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-06-14 20:07:21 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-06-14 20:16:06 +0200 |
| commit | db18c00c00deb146478de1b0f94f8181300c47ce (patch) | |
| tree | 5e2c22f4aae76eb9ecf296cb51624d44150e407c /rtic-sync/Cargo.toml | |
| parent | 599793829377a64603e93a1136360f17d3bade93 (diff) | |
rtic-sync: Fix possible UB in make_channel!
Diffstat (limited to 'rtic-sync/Cargo.toml')
| -rw-r--r-- | rtic-sync/Cargo.toml | 2 |
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 = [ |
