Skip to content

Commit

Permalink
Cargo: unpin rcgen dev-dependency
Browse files Browse the repository at this point in the history
Rcgen 0.11.3 has been released and fixed the semver breakage that
required temporarily pinning to 0.11.1.
  • Loading branch information
cpu committed Oct 2, 2023
1 parent 9199276 commit 1b95eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ untrusted = "0.7.1"

[dev-dependencies]
base64 = "0.9.1"
rcgen = { version = "=0.11.1", default-features = false }
rcgen = { version = "0.11.3", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit 1b95eda

Please sign in to comment.