diff options
author | 2023-12-04 20:37:00 +0100 | |
---|---|---|
committer | 2023-12-04 20:37:00 +0100 | |
commit | ea8de913d7e7265b13edee779e4ab614a227bef2 (patch) | |
tree | c5253978809212aa3ada8c1050eb46663726cadf /rtic-sync/Cargo.toml | |
parent | fd085e6a01190efe4ae7ecca5dcc0b4d96756edb (diff) | |
download | rtic-ea8de913d7e7265b13edee779e4ab614a227bef2.tar.gz rtic-ea8de913d7e7265b13edee779e4ab614a227bef2.tar.zst rtic-ea8de913d7e7265b13edee779e4ab614a227bef2.zip |
Release rtic-monotonics, rtic-sync and rtic-time (#854)
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 28659da8..0d5b2d20 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.0.3" +version = "1.1.0" edition = "2021" authors = [ |