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
error[E0432]: unresolved import `starknet::core::types::FromStrError`
--> /Users/zkelton/.cargo/git/checkouts/dojo-10cac2e09298cf35/a6a7724/crates/dojo-types/src/packing.rs:6:35
|
6 | use starknet::core::types::{Felt, FromStrError};
| ^^^^^^^^^^^^
| |
| no `FromStrError` in `types`
| help: a similar name exists in the module: `FromUtf8Error`
when tagging the torii-client crate to the v1.0.0-alpha.3 release.
To Reproduce
Import torii-client in a new rust project by adding the following line to Cargo.toml under dependencies:
torii-client = { git = "https://github.com/dojoengine/dojo.git", tag = "v1.0.0-alpha.3" }
Expected behavior
Project should compile. This issue is not present on the 0.7.4 release.
Additional context
I suspect the issue comes from #2200
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting the following error:
when tagging the torii-client crate to the v1.0.0-alpha.3 release.
To Reproduce
Import torii-client in a new rust project by adding the following line to
Cargo.toml
under dependencies:Expected behavior
Project should compile. This issue is not present on the 0.7.4 release.
Additional context
I suspect the issue comes from #2200
The text was updated successfully, but these errors were encountered: