Pin `rcgen` to 0.11.1 since 0.11.2 broke semver.

This commit is contained in:
Brian Smith 2023-09-29 19:36:48 -07:00
parent f566cf1b3b
commit 31987f3f09
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ untrusted = "0.7.1"
[dev-dependencies]
base64 = "0.9.1"
rcgen = { version = "0.11.1", default-features = false }
rcgen = { version = "=0.11.1", default-features = false }
[profile.bench]
opt-level = 3