We switched to `1.1.3`, and after updating Xargo it's working again, thanks.
But it's still important to note that when you upgrade, it breaks a lot of the packages that depend on previous versions, since there are some dependencies in packages that are unversioned. For example, `https://github.com/mesalock-linux/num-integer-sgx` has an unversioned dep of https://github.com/mesalock-linux/num-integer-sgx/blob/404c50e5378ca635261688b080dee328ff42b6bd/Cargo.toml#L19-20 which as you can see points to 1.1.3. So effectively, even the `sgx_1.1.2` branch depends on 1.1.3. Hope I was clear:) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/282#issuecomment-727549350
