diff options
Diffstat (limited to 'vendor/time-macros/Cargo.toml')
-rw-r--r-- | vendor/time-macros/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/time-macros/Cargo.toml b/vendor/time-macros/Cargo.toml index 9dbc16e07..9017bfc6f 100644 --- a/vendor/time-macros/Cargo.toml +++ b/vendor/time-macros/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.63.0" +rust-version = "1.65.0" name = "time-macros" -version = "0.2.8" +version = "0.2.9" authors = [ "Jacob Pratt <open-source@jhpratt.dev>", "Time contributors", @@ -36,7 +36,7 @@ repository = "https://github.com/time-rs/time" proc-macro = true [dependencies.time-core] -version = "=0.1.0" +version = "=0.1.1" [features] formatting = [] |