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
The current implementation of ICS-721 in PR #1020 uses the http = "1.0.0" crate for the Uri type, where the http is not compatible with no_std environments at the moment.
The text was updated successfully, but these errors were encountered:
Problem Statement
Relevant context: #1020 (comment)
The current implementation of ICS-721 in PR #1020 uses the
http = "1.0.0"
crate for theUri
type, where thehttp
is not compatible withno_std
environments at the moment.The text was updated successfully, but these errors were encountered: