You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we can express a never-expiring UCAN via None for exp, the UcanBuilder::with_expiration method should accept Option<u64> so that a user can express a never expiring with builder.with_expiration(None).
Now that we can express a never-expiring UCAN via
Noneforexp, theUcanBuilder::with_expirationmethod should acceptOption<u64>so that a user can express a never expiring withbuilder.with_expiration(None).