Skip to content

Commit

Permalink
Bump up time
Browse files Browse the repository at this point in the history
The time::format_description::well_known::Rfc2822 used in this crate
has been added since time version 0.3.6. Therefore, Cargo.toml must set 0.3.6
  • Loading branch information
hotate29 committed Jun 11, 2022
1 parent 32a5a69 commit 151a714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ aws-region = "0.24"
# aws-region = {path = "../aws-region"}
base64 = "0.13"
cfg-if = "1"
time = { version = "0.3", features = ["formatting", "macros"] }
time = { version = "0.3.6", features = ["formatting", "macros"] }
futures-io = { version = "0.3", optional = true }
futures-util = { version = "0.3", optional = true, features = ["io"] }
hex = "0.4"
Expand Down

0 comments on commit 151a714

Please sign in to comment.