mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
Bump wasmtime to 5.0.0 (and a few other deps) (#13160)
* Bump `wasmtime` to 4.0.0 (and a few other deps) * Use `Error::msg` instead of `anyhow!` * Bump `wasmtime` to 5.0.0 * Update `Cargo.lock` * Add `wasmtime` feature to `sp-wasm-interface` dependency
This commit is contained in:
@@ -41,6 +41,9 @@ macro_rules! if_wasmtime_is_enabled {
|
||||
if_wasmtime_is_enabled! {
|
||||
// Reexport wasmtime so that its types are accessible from the procedural macro.
|
||||
pub use wasmtime;
|
||||
|
||||
// Wasmtime uses anyhow types but doesn't reexport them.
|
||||
pub use anyhow;
|
||||
}
|
||||
|
||||
/// Result type used by traits in this crate.
|
||||
|
||||
Reference in New Issue
Block a user