Compiling jsonsql v0.2.6 (https://github.com/Tokap/jsonsql#009894d5)
error[E0599]: no method named into_str found for type mysql::Value in the current scope
--> /root/.cargo/git/checkouts/jsonsql-2cb978d672351963/009894d/jsonsql/src/read/mod.rs:66:44
|
66 | row_returns.push(value.into_str())
| ^^^^^^^^
error: aborting due to previous error
For more information about this error, try rustc --explain E0599.
error: Could not compile jsonsql.
To learn more, run the command again with --verbose.