diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-06-14 18:23:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-14 18:23:10 +0000 |
| commit | bd67d2aaa5ddf2f4a0717fa0fd888c66189aa4e7 (patch) | |
| tree | 5e2c22f4aae76eb9ecf296cb51624d44150e407c /rtic-sync/Cargo.toml | |
| parent | 599793829377a64603e93a1136360f17d3bade93 (diff) | |
| parent | db18c00c00deb146478de1b0f94f8181300c47ce (diff) | |
Merge #768
768: rtic-sync: Fix possible UB in make_channel! r=datdenkikniet a=korken89
Closes #763
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
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 = [ |
