Skip to content

Commit

Permalink
Hold back version of time crate to 0.3.23 to support Rust 1.66 (rustl…
Browse files Browse the repository at this point in the history
…s#144)

Latest version of `time` crate has a higher minimum rust version that rcgen does.
  • Loading branch information
iamjpotts authored Aug 25, 2023
1 parent 0aa6095 commit 270702b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 50 deletions.
115 changes: 66 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ required-features = ["pem"]
yasna = { version = "0.5.2", features = ["time", "std"] }
ring = "0.16"
pem = { version = "3.0.2", optional = true }
time = { version = "0.3.6", default-features = false }
time = { version = ">=0.3.6, <=0.3.23", default-features = false }
x509-parser = { version = "0.15", features = ["verify"], optional = true }
zeroize = { version = "1.2", optional = true }

Expand Down

0 comments on commit 270702b

Please sign in to comment.