diff options
author | curly <curlybryce@protonmail.com> | 2023-02-14 09:05:19 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-02-14 09:05:19 -0700 |
commit | 31d1c381a6e834c6c7069806749b0a11d0d15e05 (patch) | |
tree | 052262994b84b10472905782cc732951202fac3c /Cargo.toml | |
parent | f2b16d4087d3e8eccfa8c6bb1cb06bf14844cf3f (diff) | |
download | rocket_test-31d1c381a6e834c6c7069806749b0a11d0d15e05.tar.gz rocket_test-31d1c381a6e834c6c7069806749b0a11d0d15e05.tar.bz2 rocket_test-31d1c381a6e834c6c7069806749b0a11d0d15e05.zip |
use UTC timezone
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "rocket_test" -version = "0.2.1" +version = "0.2.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |