summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/web-of-trust.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/examples/web-of-trust.rs')
-rw-r--r--openpgp/examples/web-of-trust.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/examples/web-of-trust.rs b/openpgp/examples/web-of-trust.rs
index 71ddbc4f..123d4a53 100644
--- a/openpgp/examples/web-of-trust.rs
+++ b/openpgp/examples/web-of-trust.rs
@@ -38,7 +38,7 @@ fn main() {
match cert {
Ok(cert) => {
let keyid = cert.keyid();
- for uidb in cert.userids().bindings() {
+ for uidb in cert.userids().bundles() {
for tps in uidb.certifications() {
for issuer in tps.get_issuers() {
println!("{}, {:?}, {}",