Skip to content

Commit

Permalink
Hold back version of time crate to 0.3.23 to support Rust 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjpotts committed Aug 24, 2023
1 parent 3a18b55 commit 66622e8
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
@@ -22,7 +22,7 @@ required-features = ["pem"]
yasna = { version = "0.5.2", features = ["time", "std"] }
ring = "0.16"
pem = { version = "2.0.1", 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 }

0 comments on commit 66622e8

Please # to comment.