Skip to content

Commit

Permalink
Merge pull request #1565 from webern/webpki-patch-info
Browse files Browse the repository at this point in the history
webpki-roots-shim: document version
  • Loading branch information
webern authored May 7, 2021
2 parents 7729d3c + 4e492b1 commit 6cceb1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ members = [
[profile.release]
debug = true

# This replaces webpki-roots with a shim that reads from the ca-certificates package
# This replaces webpki-roots with a shim that reads from the ca-certificates package. See
# webpki-roots-shim/Cargo.toml for more information about using the right version number.
[patch.crates-io.webpki-roots]
path = "webpki-roots-shim"
9 changes: 9 additions & 0 deletions sources/webpki-roots-shim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[package]
name = "webpki-roots"
# This version number is important because it determines whether or not our shim gets used by the
# patch statement in the sources workspace's Cargo.toml.
#
# At the time of this writing, reqwest is the only crate in sources/Cargo.lock that depends on
# webpki-roots. When reqwest is updated, the version here should be updated to exactly match the one
# that reqwest is using.
#
# You should also double-check sources/Cargo.lock to make sure there aren't two versions of
# webpki-roots being used (which would mean that one of them came from crates.io instead of here).
version = "0.21.1"
authors = ["iliana destroyer of worlds <iweller@amazon.com>"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 6cceb1f

Please sign in to comment.