Skip to content

Commit bf10751

Browse files
committed
cargo: Relax required version for pest crate
Instead of requiring version '2.6', require version '2' Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 3f9e354 commit bf10751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ keylime = { version = "=0.2.4", path = "keylime" }
2727
libc = "0.2.43"
2828
log = "0.4"
2929
openssl = "0.10.15"
30-
pest = "2.6"
31-
pest_derive = "2.6"
30+
pest = "2"
31+
pest_derive = "2"
3232
picky-asn1-der = "0.4"
3333
picky-asn1-x509 = "0.12"
3434
pretty_env_logger = "0.4"

0 commit comments

Comments
 (0)